Skip to content

Commit 48189ee

Browse files
committed
chore: removed redundant title
1 parent 069448d commit 48189ee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Website/components/datamodelview/SidebarDatamodelView.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ export const SidebarDatamodelView = ({ }: ISidebarDatamodelViewProps) => {
102102

103103
return (
104104
<div className="flex flex-col">
105-
<h2 className="my-1 p-2 font-semibold border-b w-full text-center text-gray-700">Data viewer</h2>
106-
<div className='h-full gap-1 flex flex-col max-w-48 overflow-y-auto overflow-x-hidden'>
105+
<div className='h-full gap-1 flex flex-col max-w-48 overflow-y-auto overflow-x-hidden mt-4'>
107106
{
108107
Groups.map((group) =>
109108
<NavItem key={group.Name} group={group} />

0 commit comments

Comments
 (0)