🔧 chore(GenericNode/index.tsx): remove unnecessary class and reduce code duplication in GenericNode component
🔧 chore(GenericNode/index.tsx): remove unnecessary gap-2 class from the text container in GenericNode component
This commit is contained in:
parent
0e3c137315
commit
f9e1b61ec2
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ export default function GenericNode({
|
|||
)}
|
||||
>
|
||||
<div className="flex w-full items-center justify-between gap-8 rounded-t-lg border-b bg-muted p-4 ">
|
||||
<div className="flex w-full items-center gap-2 truncate text-lg">
|
||||
<div className="flex w-full items-center truncate">
|
||||
<Icon
|
||||
strokeWidth={1.5}
|
||||
className="h-10 w-10 rounded p-1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue