no app logo for now

This commit is contained in:
2026-06-20 00:36:15 -07:00
parent 653fb8b971
commit b8c94ea700
+3 -3
View File
@@ -4,11 +4,11 @@
to="/dashboard" to="/dashboard"
class="d-flex" class="d-flex"
> >
<img <!-- <img
class="ml-0 mt-1" class="ml-0 mt-1"
style="height: 36px; transform: rotate(-12deg)" style="height: 36px; transform: rotate(-12deg)"
:src="AppLogo" :src="AppLogo"
/> /> -->
<div v-if="sidebarMini || mdAndDown"></div> <div v-if="sidebarMini || mdAndDown"></div>
<div <div
v-else v-else
@@ -27,7 +27,7 @@
</template> </template>
<script setup> <script setup>
import AppLogo from "@/assets/app_logo_small.png" // import AppLogo from "@/assets/app_logo_small.png"
import { useDisplay } from "vuetify" import { useDisplay } from "vuetify"
import useInterface from "@/use/use-interface" import useInterface from "@/use/use-interface"