Skip to content

Commit 3e0db83

Browse files
authored
fix: footer privacy link (#23)
1 parent b54a5e8 commit 3e0db83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function Footer () {
5656
<a className='block py-2 hover:text-blue-400' href="/docs/faq">FAQ</a>
5757
<a className='block py-2 hover:text-blue-400' href="mailto:support@web3.storage">Contact us</a>
5858
<a className='block py-2 hover:text-blue-400' href="/docs/terms">Terms of use</a>
59-
<a className='block py-2 hover:text-blue-400' href="/docs/privacy">Privacy Policy</a>
59+
<a className='block py-2 hover:text-blue-400' href="/docs/privacy-policy">Privacy Policy</a>
6060
<a className='block py-2 hover:text-blue-400' href="https://status.web3.storage/">Status</a>
6161
</nav>
6262
</div>

0 commit comments

Comments
 (0)