Skip to content

Commit 415dccc

Browse files
committed
refactor: update privacy policy link path and clean up footer navigation
1 parent 0bb6071 commit 415dccc

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const currentYear = new Date().getFullYear();
44

55
<footer class="footer footer-center p-10 bg-base-200 text-base-content">
66
<nav class="grid grid-flow-col gap-4">
7-
<a href="/privacy" class="link link-hover">Privacy</a>
7+
<a href="/privacy-policy" class="link link-hover">Privacy Policy</a>
88
<a href="/disclaimer" class="link link-hover">Disclaimer</a>
99
<a href="https://github.com/IrvanFza/mycodingplan" class="link link-hover">GitHub</a>
1010
</nav>

src/pages/disclaimer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ import Footer from '../components/Footer.astro';
8484
<!-- Section 7 -->
8585
<h2 class="text-2xl font-bold mt-10 mb-4">7. Privacy</h2>
8686
<p class="text-base-content/80 mb-6">
87-
We respect your privacy. We do not collect personal information, require user accounts, or store any user data. For full details on how we handle privacy and user data, please read our comprehensive <a href="/privacy" class="link link-primary">Privacy Policy</a>.
87+
We respect your privacy. We do not collect personal information, require user accounts, or store any user data. For full details on how we handle privacy and user data, please read our comprehensive <a href="/privacy-policy" class="link link-primary">Privacy Policy</a>.
8888
</p>
8989

9090
<!-- Section 8 -->

0 commit comments

Comments
 (0)