UI upgrades
Build and Push Docker Image / build (push) Successful in 1m2s

This commit is contained in:
2026-07-14 04:16:13 -07:00
parent b7b473d079
commit 02092692b6
4 changed files with 23 additions and 30 deletions
+11 -3
View File
@@ -8,7 +8,11 @@
class="main-head pl-2"
>
<div class="mr-3">
<AppLogo />
<!-- <AppLogo /> -->
<PublicAppLogo
to="/dashboard"
:animated="false"
/>
</div>
<v-spacer />
@@ -40,7 +44,11 @@
class="main-head pl-2"
>
<div class="mr-3">
<AppLogo />
<!-- <AppLogo /> -->
<PublicAppLogo
to="/dashboard"
:animated="false"
/>
</div>
<v-tabs
@@ -84,7 +92,7 @@
<script setup lang="ts">
import { useDisplay } from "vuetify"
import AppLogo from "@/components/common/AppLogo.vue"
import PublicAppLogo from "@/components/common/PublicAppLogo.vue"
import ProfileMenu from "@/components/layout/ProfileMenu.vue"
const { mobile } = useDisplay()