Skip to content

Commit

Permalink
Minor fix for header user button
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude committed Nov 3, 2023
1 parent a599265 commit 498173a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rainfall-frontend/src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
>
</li>
<li>
<UserState />
<UserState class="py-2 pl-3 pr-4 md:p-0 text-white" />
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion rainfall-frontend/src/components/UserState.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
</script>

<template>
<div class="py-2 pl-3 pr-4 text-white">
<div>
<span v-if="userStore.isLoggedIn">Signed in! {{ userStore.user!.email }}</span>
<span v-else>Not signed in</span>
</div>
Expand Down

0 comments on commit 498173a

Please sign in to comment.