Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 3ee2d57

Browse files
committed
refactor: add divider in sidebar bottom menu
Signed-off-by: Pranav C <[email protected]>
1 parent 39f121b commit 3ee2d57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/nc-gui/components/dashboard/Sidebar/UserInfo.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ onMounted(() => {
162162
</NcMenuItem>
163163
</a>
164164

165+
<NcDivider />
166+
165167
<nuxt-link v-e="['c:user:settings']" class="!no-underline" to="/account/profile">
166168
<NcMenuItem> <GeneralIcon icon="settings" class="menu-icon" /> {{ $t('title.accountSettings') }} </NcMenuItem>
167169
</nuxt-link>

0 commit comments

Comments
 (0)