Skip to content

Commit 7c1fa73

Browse files
committed
Simplify how copyright is displayed
1 parent 5de4f6e commit 7c1fa73

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/components/Footer.astro

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ import Link from '../components/Link.astro';
1010
>
1111
<div class='max-w-layout mx-auto'>
1212
<p
13-
class='flex justify-center items-center text-gray-600 dark:text-gray-400'
13+
class='flex justify-between items-center text-gray-600 dark:text-gray-400'
1414
>
15+
&copy; {new Date().getFullYear()} Jiho Kim
1516
<Link href='/privacy-policy' isExternal={false}>Privacy Policy</Link>
16-
<Icon name='lucide:dot' class='w-6 h-6' aria-hidden='true' />
17-
<Link href='/copyright' isExternal={false}>Copyright</Link>
1817
</p>
1918
</div>
2019
</footer>

0 commit comments

Comments
 (0)