Skip to content

Commit

Permalink
fix: v1 link in welcome banner
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack authored Dec 11, 2024
1 parent c7c7b86 commit de81463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/components/FlashMessageWelcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ onMounted(async () => {
>
<div class="block text-sm">
<span class="text-skin-bg/70">Or, go back to the </span>
<a to="https://v1.snapshot.box" target="_blank" class="text-skin-bg"
<a href="https://v1.snapshot.box" target="_blank" class="text-skin-bg"
>previous interface</a
>
</div>
Expand Down

0 comments on commit de81463

Please sign in to comment.