Skip to content

Commit 6890247

Browse files
committed
fix: remove brand name tooltip from sidebar for cleaner display
1 parent af75c64 commit 6890247

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

adminforth/spa/src/components/Sidebar.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
<span
3434
v-if="coreStore.config?.showBrandNameInSidebar && (!iconOnlySidebarEnabled || !isSidebarIconOnly || (isSidebarIconOnly && isSidebarHovering))"
3535
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"
3736
>
3837
{{ coreStore.config?.brandName }}
3938
</span>

0 commit comments

Comments
 (0)