Skip to content

Commit

Permalink
Replace NuxtLink with ExternalLink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Jul 10, 2024
1 parent 520ab97 commit 1a8228e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
<div
class="flex flex-col gap-1 font-[500] text-[var(--text-colour)] text-sm"
>
<NuxtLink
<ExternalLink
class="font-bold text-[var(--brand-blue)]"
to="https://github.com/blryface/notessential"
>{{ $t("layout.footer.open_source") }}</NuxtLink
>{{ $t("layout.footer.open_source") }}</ExternalLink
>
</div>
</div>
Expand Down

0 comments on commit 1a8228e

Please sign in to comment.