Browse Source

fix: Aligned breadcrumb in project and table page

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

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

@ -73,9 +73,11 @@ watch(
>
<div class="flex flex-row items-center gap-x-3">
<GeneralOpenLeftSidebarBtn />
<GeneralProjectIcon :type="openedProject?.type" />
<div class="flex font-medium text-sm capitalize">
{{ openedProject?.title }}
<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 />

Loading…
Cancel
Save