We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54a5e8 commit 3e0db83Copy full SHA for 3e0db83
src/app/layout.tsx
@@ -56,7 +56,7 @@ function Footer () {
56
<a className='block py-2 hover:text-blue-400' href="/docs/faq">FAQ</a>
57
<a className='block py-2 hover:text-blue-400' href="mailto:support@web3.storage">Contact us</a>
58
<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>
+ <a className='block py-2 hover:text-blue-400' href="/docs/privacy-policy">Privacy Policy</a>
60
<a className='block py-2 hover:text-blue-400' href="https://status.web3.storage/">Status</a>
61
</nav>
62
</div>
0 commit comments