Put a link on the register btn
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
6bcaaa0e79
commit
394057d45e
@ -11,7 +11,7 @@
|
|||||||
<v-flex text-xs-center>
|
<v-flex text-xs-center>
|
||||||
<h1 class="display-3">Find events you like</h1>
|
<h1 class="display-3">Find events you like</h1>
|
||||||
<h2>Share it with Eventos</h2>
|
<h2>Share it with Eventos</h2>
|
||||||
<v-btn>{{ $t("home.register") }}</v-btn>
|
<v-btn :to="{ name: 'Register' }">{{ $t("home.register") }}</v-btn>
|
||||||
</v-flex>
|
</v-flex>
|
||||||
</v-layout>
|
</v-layout>
|
||||||
</v-container>
|
</v-container>
|
||||||
|
Loading…
Reference in New Issue
Block a user