Skip to content

Commit 3a4eab5

Browse files
committed
fix(v1 diff): using v2 as back link for non v2 navbar
using v2 as back and brand link for whole app BREAKING CHANGE: this breaks v1 diff pages back link behaviour
1 parent 3e0188f commit 3a4eab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/navbar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
id="backToDataLink"
2020
class="hidden mr-4 md:block hover:scale-110 filter hover:drop-shadow-md"
2121
>
22-
<NuxtLink to="/">
22+
<NuxtLink to="/v2">
2323
<Back />
2424
</NuxtLink>
2525
</div>
2626
<div class="flex-shrink-0 mr-6">
27-
<NuxtLink to="/">
27+
<NuxtLink to="/v2">
2828
<Brand />
2929
</NuxtLink>
3030
</div>

0 commit comments

Comments
 (0)