From f1ac6429c716fa1746ee2a9ee23469989350ed63 Mon Sep 17 00:00:00 2001 From: tobias Date: Mon, 24 Jun 2024 22:07:16 +0200 Subject: [PATCH] Disable theme switcher for now --- src/components/Footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 16ed702..0b0a606 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,4 +1,4 @@ -import ThemeSwitcher from '@/components/ThemeSwitcher' +/* import ThemeSwitcher from '@/components/ThemeSwitcher' */ import { getCurrentYear } from '@/utils/date' type Props = {} @@ -9,7 +9,7 @@ export default function Footer({}: Props) {

© {getCurrentYear()} Autonomic. Template distributed under AGPL 3.0.

- + {/* */} ) }