no app logo for now
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user