I added a warning message on the sign-in page and a header to indicate that this is an Alpha version.

This commit is contained in:
PascalMarchesseault
2024-09-02 00:03:53 -04:00
parent 18c9e4759f
commit 75c17d869b
2 changed files with 7 additions and 0 deletions

View File

@@ -8,12 +8,14 @@
</v-app-bar-nav-icon>
<RouterLink class="d-sm-block d-md-block d-lg-none" to="/">
<v-img
src="/images/usersmedia/HutopyProfile/profilepictures/profileHutopyProfile01.png"
ref="popupButtonRef"
alt="Hutopy Logo"
class="w-10"
></v-img>
<Div class="text-xs flex justify-center">ALPHA</Div>
</RouterLink>
<RouterLink class="d-none d-lg-flex" to="/">
@@ -23,6 +25,7 @@
alt="Hutopy Logo"
class="mr-2 h-10 w-20"
></v-img>
<div class="flex align-center text-sm">ALPHA</div>
</RouterLink>
</div>
<!-- SmallScreen Searchbar -->