Skip to content

Commit

Permalink
fix download link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
metantesan authored Jun 21, 2024
1 parent d04f94c commit 2a36b5b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
</article>
<nav class="siteFooter-sitemap" aria-label="sitemap">
<ul>
<li><b>Get Parch Linux</b></li>
<li><router-link :to="{ name: 'download' }">Download</router-link></li>
<li class="spacer"></li>

<li><b>Legal and More</b></li>
<li><router-link :to="{ name: 'privacy-policy' }">Privacy Policy</router-link></li>
<li><router-link :to="{ name: 'os-privacy-policy' }">OS Privacy Policy</router-link></li>
Expand All @@ -39,10 +43,9 @@
<li><router-link :to="{ name: 'technologies-and-credits' }">Technologies and Credits</router-link></li>
<li><router-link :to="{ name: 'nerd-info' }">Information for Nerds</router-link></li>

<li class="spacer"></li>

<li><b>Get Parch Linux</b></li>
<li><router-link :to="{ name: 'download' }">Download</router-link></li>


</ul>
</nav>
</section>
Expand Down

0 comments on commit 2a36b5b

Please sign in to comment.