🔧 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:
Cristhian Zanforlin Lousa 2023-06-30 15:48:51 -03:00
commit f9e1b61ec2

View file

@ -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"