diff --git a/pages/links/discord.tsx b/pages/links/discord.tsx index c05ee4c..fdfde66 100644 --- a/pages/links/discord.tsx +++ b/pages/links/discord.tsx @@ -68,15 +68,33 @@ export default function DiscordRedirect() { textAlign: 'center', }} > -

+

Redirecting you to our Discord in: {countdown <= 0 ? ( -
+
(e.currentTarget.style.textDecoration = 'underline')} - onMouseLeave={(e) => (e.currentTarget.style.textDecoration = 'none')} + onMouseEnter={(e) => + (e.currentTarget.style.textDecoration = 'underline') + } + onMouseLeave={(e) => + (e.currentTarget.style.textDecoration = 'none') + } > *Click here if you are not redirected diff --git a/pages/links/weblate.tsx b/pages/links/weblate.tsx index 1ce609f..68fda4f 100644 --- a/pages/links/weblate.tsx +++ b/pages/links/weblate.tsx @@ -68,15 +68,33 @@ export default function WeblateRedirect() { textAlign: 'center', }} > -

+

Redirecting you to our Weblate in: {countdown <= 0 ? ( -
+