We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de4f6e commit 7c1fa73Copy full SHA for 7c1fa73
1 file changed
src/components/Footer.astro
@@ -10,11 +10,10 @@ import Link from '../components/Link.astro';
10
>
11
<div class='max-w-layout mx-auto'>
12
<p
13
- class='flex justify-center items-center text-gray-600 dark:text-gray-400'
+ class='flex justify-between items-center text-gray-600 dark:text-gray-400'
14
15
+ © {new Date().getFullYear()} Jiho Kim
16
<Link href='/privacy-policy' isExternal={false}>Privacy Policy</Link>
- <Icon name='lucide:dot' class='w-6 h-6' aria-hidden='true' />
17
- <Link href='/copyright' isExternal={false}>Copyright</Link>
18
</p>
19
</div>
20
</footer>
0 commit comments