We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f0be8 commit 21b57a5Copy full SHA for 21b57a5
1 file changed
src/components/Footer.astro
@@ -9,10 +9,8 @@ import Link from '../components/Link.astro';
9
role='contentinfo'
10
>
11
<div class='max-w-3xl mx-auto'>
12
- <div class='text-center text-gray-600 dark:text-gray-400'>
13
- <p>
14
- © {new Date().getFullYear()} Jiho Kim. All rights reserved.
15
- </p>
16
- </div>
+ <p class='text-center text-gray-600 dark:text-gray-400'>
+ <Link url='/privacy-policy' self={true}>Privacy Policy</Link>
+ </p>
17
</div>
18
</footer>
0 commit comments