Skip to content

Commit

Permalink
cleand up code
Browse files Browse the repository at this point in the history
  • Loading branch information
maeckes1 committed Mar 22, 2024
1 parent f990a04 commit 8b7468c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions presenter/src/components/menu/HeaderMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</div>
<div v-if="showAuthentication" class="">
<v-divider class="ma-4"></v-divider>
<div v-if="!auth.isLoggedIn" class="d-flex flex-column justify-center align-center">
<div v-if="auth.isLoggedIn" class="d-flex flex-column justify-center align-center">
<MainButton
class="sign-out ma-4"
variant="third"
Expand All @@ -115,7 +115,7 @@
@click="signIn"
/>
<MainButton
class="sign-up ma-4 video-helper"
class="sign-up ma-4"
variant="third"
label="Sign up"
size="auto"
Expand Down

0 comments on commit 8b7468c

Please sign in to comment.