mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
add version to header
This commit is contained in:
parent
2a37900ace
commit
584c3a9977
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
|||
<!-- Dummpy Comment -->
|
||||
<TheAppBar />
|
||||
<v-main>
|
||||
<v-banner v-if="demo" sticky
|
||||
><div class="text-center"><b> This is a Demo</b> | Username: changeme@email.com | Password: demo</div></v-banner
|
||||
>
|
||||
<v-banner v-if="!demo" sticky>
|
||||
<div class="text-center"><b> This is a Demo of the v0.5.0 (BETA) </b> | Username: changeme@email.com | Password: demo</div>
|
||||
</v-banner>
|
||||
<GlobalSnackbar />
|
||||
<router-view></router-view>
|
||||
</v-main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue