Skip to content

Commit

Permalink
fix(v1 diff): using v2 as back link for non v2 navbar
Browse files Browse the repository at this point in the history
using v2 as back and brand link for whole app

BREAKING CHANGE: this breaks v1 diff pages back link behaviour
  • Loading branch information
technikhil314 committed Sep 26, 2024
1 parent 3e0188f commit 3a4eab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
id="backToDataLink"
class="hidden mr-4 md:block hover:scale-110 filter hover:drop-shadow-md"
>
<NuxtLink to="/">
<NuxtLink to="/v2">
<Back />
</NuxtLink>
</div>
<div class="flex-shrink-0 mr-6">
<NuxtLink to="/">
<NuxtLink to="/v2">
<Brand />
</NuxtLink>
</div>
Expand Down

0 comments on commit 3a4eab5

Please sign in to comment.