From 27ccd7d846894caf09ff812509651f40e6b9b108 Mon Sep 17 00:00:00 2001 From: Cooper Date: Sat, 13 Jul 2024 11:50:35 +0000 Subject: [PATCH] es lint --- pages/links/discord.tsx | 26 ++++++++++++++++++++++---- pages/links/weblate.tsx | 26 ++++++++++++++++++++++---- 2 files changed, 44 insertions(+), 8 deletions(-) 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 ? ( -