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"> <div class="flex flex-row items-center gap-x-3">
<GeneralOpenLeftSidebarBtn /> <GeneralOpenLeftSidebarBtn />
<GeneralProjectIcon :type="openedProject?.type" /> <div class="flex flex-row items-center h-full gap-x-2.5">
<div class="flex font-medium text-sm capitalize"> <GeneralProjectIcon :type="openedProject?.type" />
{{ openedProject?.title }} <div class="flex font-medium text-sm capitalize">
{{ openedProject?.title }}
</div>
</div> </div>
</div> </div>
<LazyGeneralShareProject /> <LazyGeneralShareProject />

Loading…
Cancel
Save