mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-10 23:48:09 -05:00
Fixed connection block spacing
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user