Disable theme switcher for now
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
tobias 2024-06-24 22:07:16 +02:00
parent efec10e6d6
commit f1ac6429c7

View File

@ -1,4 +1,4 @@
import ThemeSwitcher from '@/components/ThemeSwitcher' /* import ThemeSwitcher from '@/components/ThemeSwitcher' */
import { getCurrentYear } from '@/utils/date' import { getCurrentYear } from '@/utils/date'
type Props = {} type Props = {}
@ -9,7 +9,7 @@ export default function Footer({}: Props) {
<p className="text-lg font-semibold"> <p className="text-lg font-semibold">
&copy; {getCurrentYear()} Autonomic. Template distributed under AGPL 3.0. &copy; {getCurrentYear()} Autonomic. Template distributed under AGPL 3.0.
</p> </p>
<ThemeSwitcher /> {/* <ThemeSwitcher /> */}
</footer> </footer>
) )
} }