Skip to content

Commit

Permalink
Merge pull request #83 from Fabulously-Optimized/footer-fix
Browse files Browse the repository at this point in the history
Fix some footer links
  • Loading branch information
Madis0 authored Apr 9, 2024
2 parents d096b10 + d433b59 commit 8307857
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Avatar } from "omorphia";
<NuxtLink to="/translate" :external="true">{{
$t("footer.links.translate")
}}</NuxtLink>
<NuxtLink to="/contribute" :external="true">{{
<NuxtLink to="/contribute">{{
$t("footer.links.contribute")
}}</NuxtLink>
<NuxtLink to="/github" :external="true">GitHub</NuxtLink>
Expand All @@ -32,8 +32,8 @@ import { Avatar } from "omorphia";
</div>
<div class="link-row">
<h4>{{ $t("footer.header.download") }}</h4>
<NuxtLink to="/curseforge">CurseForge</NuxtLink>
<NuxtLink to="/modrinth">Modrinth</NuxtLink>
<NuxtLink to="/curseforge" :external="true">CurseForge</NuxtLink>
<NuxtLink to="/modrinth" :external="true">Modrinth</NuxtLink>
<NuxtLink to="/vanilla">{{
$t("footer.links.vanilla")
}}</NuxtLink>
Expand Down

0 comments on commit 8307857

Please sign in to comment.