Fixed connection block spacing

This commit is contained in:
Emir Karabeg
2025-01-29 23:59:25 -08:00
parent 90c28c93ad
commit d170872b84

View File

@@ -49,7 +49,7 @@ export function ConnectionBlocks({
>
<div className="text-sm">
<span className="font-medium leading-none">
{connection.name.replace(' ', '').toLowerCase()}
{connection.name.replace(/\s+/g, '').toLowerCase()}
</span>
<span className="text-muted-foreground">
.{connection.outputType === 'any' ? 'res' : connection.outputType}