Skip to content

Commit 806c3db

Browse files
Comment out footer links for Code of Conduct and Privacy Policy
Comment out the Code of Conduct and Privacy Policy links in the footer.
1 parent c06acda commit 806c3db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/shared/Footer.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,12 @@ export function Footer() {
7979
<p className="text-sm text-zinc-400 dark:text-zinc-500 font-mono">
8080
&copy; 2016-{new Date().getFullYear()} AOSSIE. All rights reserved.
8181
</p>
82+
{/*
8283
<div className="flex gap-4 text-sm font-mono text-zinc-500 dark:text-zinc-400">
8384
<span>Code of Conduct</span>
8485
<span>Privacy Policy</span>
8586
</div>
87+
*/}
8688
</div>
8789
</Container.Inner>
8890
</div>

0 commit comments

Comments
 (0)