Skip to content

Commit 21b57a5

Browse files
committed
Remove copyright notice (overkill), and add link to Privacy Policy instead
1 parent 71f0be8 commit 21b57a5

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/components/Footer.astro

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ import Link from '../components/Link.astro';
99
role='contentinfo'
1010
>
1111
<div class='max-w-3xl mx-auto'>
12-
<div class='text-center text-gray-600 dark:text-gray-400'>
13-
<p>
14-
&copy; {new Date().getFullYear()} Jiho Kim. All rights reserved.
15-
</p>
16-
</div>
12+
<p class='text-center text-gray-600 dark:text-gray-400'>
13+
<Link url='/privacy-policy' self={true}>Privacy Policy</Link>
14+
</p>
1715
</div>
1816
</footer>

0 commit comments

Comments
 (0)