We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af75c64 commit 6890247Copy full SHA for 6890247
1 file changed
adminforth/spa/src/components/Sidebar.vue
@@ -33,7 +33,6 @@
33
<span
34
v-if="coreStore.config?.showBrandNameInSidebar && (!iconOnlySidebarEnabled || !isSidebarIconOnly || (isSidebarIconOnly && isSidebarHovering))"
35
class="af-title self-center text-lightNavbarText-size font-semibold sm:text-lightNavbarText-size whitespace-nowrap dark:text-darkSidebarText text-lightSidebarText truncate max-w"
36
- :title="coreStore.config?.brandName"
37
>
38
{{ coreStore.config?.brandName }}
39
</span>
0 commit comments