Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 267263e

Browse files
committed
reverted nav to show profile instead of username as signons with google dont have a username
1 parent 98b63ad commit 267263e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NavBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<router-link :to="{ name: 'journals' }">📔 Your Journals</router-link>
77

88
<router-link id="profile-link" :to="{ name: 'profile' }"
9-
>🆔 {{ currentUser.user_metadata.full_name }}</router-link
9+
>🆔 Profile</router-link
1010
>
1111

1212
<ThemeToggle />

0 commit comments

Comments
 (0)