Browse Source

chore(nc-gui): lint

pull/8836/head
Ramesh Mane 3 months ago
parent
commit
f480723d30
  1. 2
      packages/nc-gui/components/workspace/View.vue

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

@ -69,7 +69,7 @@ onMounted(() => {
<template>
<div v-if="currentWorkspace" class="flex w-full px-6 max-w-[97.5rem] flex-col nc-workspace-settings">
<div v-if="!props.workspaceId" class="flex gap-2 items-center min-w-0 p-4">
<div v-if="!props.workspaceId" class="flex gap-2 items-center min-w-0 py-4">
<GeneralWorkspaceIcon :workspace="currentWorkspace" />
<h1 class="text-base capitalize font-weight-bold tracking-[0.5px] mb-0 nc-workspace-title truncate min-w-10 capitalize">
{{ currentWorkspace?.title }}

Loading…
Cancel
Save