22. Nutmeg is a hallucinogen.

This commit is contained in:
2023-09-28 21:34:59 +02:00
parent bc51a5cfa9
commit 6fa0520c7b
8 changed files with 64 additions and 64 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import { Source } from '@/components/Source'
import { ThemeSwitcher } from '@/components/ThemeSwitcher'
import { Source } from '@/components/Source'
export const Footer = () => {
return (
<div className="fixed bottom-0 py-5 left-0 right-0 text-center space-x-5">
<div className='fixed bottom-0 py-5 left-0 right-0 text-center space-x-5'>
<Source />
<ThemeSwitcher />
</div>