Skip to content

Commit

Permalink
Add beta to app header
Browse files Browse the repository at this point in the history
  • Loading branch information
sbont committed Aug 13, 2023
1 parent dc745df commit 7c8dcfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<img src="@/assets/logo.png"
alt="Chorister logo"/>
</router-link>
<div class="has-text-primary is-size-7" style="margin-top: 5px; margin-left: -32px; z-index: 2;">beta</div>
<a
role="button"
class="navbar-burger"
Expand Down Expand Up @@ -37,7 +38,7 @@
<div class="navbar-dropdown">
<router-link to="/profile" class="navbar-item"> Profile </router-link>
<hr class="navbar-divider" />
<!-- <router-link to="/report" class="navbar-item"> Report an issue </router-link> -->
<a href="https://github.com/sbont/Chorister/issues" class="navbar-item" target="_blank"> Report an issue </a>
<a @click="onLogout()" class="navbar-item"> Log out </a>
</div>
</div>
Expand Down

0 comments on commit 7c8dcfd

Please sign in to comment.