Skip to content

Commit

Permalink
fix let's go button
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed Nov 28, 2023
1 parent 65e4260 commit 44dabd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
><br /><br />

<div v-if="appStore.loggedIn">
<v-btn color="primary" size="x-large" href="/projects">
<v-btn color="primary" size="x-large" @click="router.push('/projects')">
Let's go!
</v-btn>
</div>
Expand Down

0 comments on commit 44dabd8

Please sign in to comment.