Disable theme switcher for now
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
efec10e6d6
commit
f1ac6429c7
@ -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">
|
||||||
© {getCurrentYear()} Autonomic. Template distributed under AGPL 3.0.
|
© {getCurrentYear()} Autonomic. Template distributed under AGPL 3.0.
|
||||||
</p>
|
</p>
|
||||||
<ThemeSwitcher />
|
{/* <ThemeSwitcher /> */}
|
||||||
</footer>
|
</footer>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user