Skip to content

Commit 6e5c88c

Browse files
committed
Update Layout.vue
1 parent 1e28c16 commit 6e5c88c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Layout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<v-list-tile-title>Cloud firestore</v-list-tile-title>
2525
</v-list-tile-content>
2626
</v-list-tile>
27-
<v-list-tile>
28-
<v-list-tile-content @click="$router.push('/profile')">
27+
<v-list-tile @click="$router.push('/profile')">
28+
<v-list-tile-content>
2929
<v-list-tile-title>Update profile</v-list-tile-title>
3030
</v-list-tile-content>
3131
</v-list-tile>

0 commit comments

Comments
 (0)