fix: remove dead nav links

This commit is contained in:
Ushie 2023-08-01 02:30:04 +03:00
parent 558d0668da
commit 7e5ec5b7a2
No known key found for this signature in database
GPG Key ID: B3AAD18842E34632
2 changed files with 0 additions and 5 deletions

View File

@ -50,7 +50,6 @@
<FooterSection title="Pages">
<li><a href="/">Home</a></li>
<li><a href="/download">Download</a></li>
<li><a href="/docs">Documentation</a></li>
<li><a href="/patches">Patches</a></li>
<li><a href="/contributors">Contributors</a></li>
</FooterSection>

View File

@ -71,10 +71,6 @@
<Navigation href="/">Home</Navigation>
<Navigation queryKey="manager" href="/download">Download</Navigation>
<Navigation queryKey="patches" href="/patches">Patches</Navigation>
<div hidden>
<!-- This is just temporary so the build doesn't fail -->
<Navigation href="/docs">Docs</Navigation>
</div>
<Navigation queryKey="repositories" href="/contributors">Contributors</Navigation>
</div>
</div>