This commit is contained in:
@@ -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) {
|
||||
<p className="text-lg font-semibold">
|
||||
© {getCurrentYear()} Autonomic. Template distributed under AGPL 3.0.
|
||||
</p>
|
||||
<ThemeSwitcher />
|
||||
{/* <ThemeSwitcher /> */}
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user