diff --git a/index.html b/index.html index 9628676a..4f7cf082 100644 --- a/index.html +++ b/index.html @@ -33,22 +33,8 @@
diff --git a/src/@layouts/components/VerticalNav.vue b/src/@layouts/components/VerticalNav.vue index f125940f..e4636790 100644 --- a/src/@layouts/components/VerticalNav.vue +++ b/src/@layouts/components/VerticalNav.vue @@ -2,7 +2,7 @@ import type { Component } from 'vue' import { PerfectScrollbar } from 'vue3-perfect-scrollbar' import { useDisplay } from 'vuetify' -import logo from '@images/logo.svg?raw' +import logo from '@images/logo.png' interface Props { tag?: string | Component @@ -56,7 +56,9 @@ function handleNavScroll(evt: Event) {