From b57689ec50a5076c2cb9bb45556dd6021318b001 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:01:22 +0100 Subject: [PATCH] Mainpage: Fix "Scripts by TTeck": Typo & Mobile View (#1533) --- frontend/src/app/page.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index c6fad745a..a5a152040 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -26,7 +26,6 @@ function CustomArrowRightIcon() { export default function Page() { const { theme } = useTheme(); - const [color, setColor] = useState("#000000"); useEffect(() => { @@ -51,17 +50,17 @@ export default function Page() {
❤️