We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0f8d3 commit bb5713cCopy full SHA for bb5713c
frontend/src/components/HomePage/Main.vue
@@ -68,7 +68,7 @@ const triggerConfetti = () => {
68
{{ $t('main.subtitle') }}
69
</span>
70
<span class="flex w-full flex-col gap-3 lg:flex-row">
71
- <Button :class="[hidden ? 'h-12 text-lg' : 'text-sm']">
+ <Button @click="$router.push('/dashboard')" :class="[hidden ? 'h-12 text-lg' : 'text-sm']">
72
{{ $t('main.buttons.first') }}
73
</Button>
74
<Button variant="ghost" :class="[hidden ? 'h-12 text-lg' : 'text-sm']">
frontend/src/data/FooterNav.data.ts
@@ -38,7 +38,7 @@ export const FOOTER_NAV_PRODUCT_DATA: FooterNavData[] = [
38
},
39
{
40
name: 'better',
41
- url: '/login',
+ url: '/dashboard',
42
43
],
44
0 commit comments