Browse Source

fix: Aligned breadcrumb in project and table page

pull/6827/head
Muhammed Mustafa 11 months ago
parent
commit
b956df63f8
  1. 2
      packages/nc-gui/components/project/View.vue

2
packages/nc-gui/components/project/View.vue

@ -73,11 +73,13 @@ watch(
>
<div class="flex flex-row items-center gap-x-3">
<GeneralOpenLeftSidebarBtn />
<div class="flex flex-row items-center h-full gap-x-2.5">
<GeneralProjectIcon :type="openedProject?.type" />
<div class="flex font-medium text-sm capitalize">
{{ openedProject?.title }}
</div>
</div>
</div>
<LazyGeneralShareProject />
</div>
<div

Loading…
Cancel
Save