Skip to content

Commit

Permalink
feat: Add DEX link in header
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gicpotato authored Dec 4, 2023
1 parent 2fece7f commit 1852e57
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/header-component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ const localePath = useLocalePath();
>{{ $t("header.nav.downloads") }}</HeaderNavigationItem
>
</li>
<li class="hidden md:block">
<HeaderNavigationItem
name="dex"
to="https://dex.beam.mw"
target="_blank"
rel="noopener noreferrer"
>DEX</HeaderNavigationItem
>
</li>
<li class="hidden md:block">
<HeaderNavigationItem
name="docs|docs/.*"
Expand Down

0 comments on commit 1852e57

Please sign in to comment.