Skip to content

Commit bb5713c

Browse files
committed
chore: update links
1 parent fb0f8d3 commit bb5713c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/HomePage/Main.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const triggerConfetti = () => {
6868
{{ $t('main.subtitle') }}
6969
</span>
7070
<span class="flex w-full flex-col gap-3 lg:flex-row">
71-
<Button :class="[hidden ? 'h-12 text-lg' : 'text-sm']">
71+
<Button @click="$router.push('/dashboard')" :class="[hidden ? 'h-12 text-lg' : 'text-sm']">
7272
{{ $t('main.buttons.first') }}
7373
</Button>
7474
<Button variant="ghost" :class="[hidden ? 'h-12 text-lg' : 'text-sm']">

frontend/src/data/FooterNav.data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const FOOTER_NAV_PRODUCT_DATA: FooterNavData[] = [
3838
},
3939
{
4040
name: 'better',
41-
url: '/login',
41+
url: '/dashboard',
4242
},
4343
],
4444
},

0 commit comments

Comments
 (0)