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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user