We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968c614 commit 3f38897Copy full SHA for 3f38897
adminforth/spa/src/components/Sidebar.vue
@@ -21,7 +21,7 @@
21
'justify-center': !(coreStore.config?.showBrandLogoInSidebar !== false && (!iconOnlySidebarEnabled || !isSidebarIconOnly || (isSidebarIconOnly && isSidebarHovering)))
22
}"
23
>
24
- <img
+ <img
25
:src="loadFile(coreStore.config?.brandLogo || '@/assets/logo.svg')"
26
:alt="`${ coreStore.config?.brandName } Logo`"
27
class="af-logo h-8 me-3"
0 commit comments