Skip to content

Commit 3f38897

Browse files
committed
fix: rebuild
1 parent 968c614 commit 3f38897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/components/Sidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'justify-center': !(coreStore.config?.showBrandLogoInSidebar !== false && (!iconOnlySidebarEnabled || !isSidebarIconOnly || (isSidebarIconOnly && isSidebarHovering)))
2222
}"
2323
>
24-
<img
24+
<img
2525
:src="loadFile(coreStore.config?.brandLogo || '@/assets/logo.svg')"
2626
:alt="`${ coreStore.config?.brandName } Logo`"
2727
class="af-logo h-8 me-3"

0 commit comments

Comments
 (0)