Skip to content

Commit 23c003a

Browse files
committed
fix: text spacing issue
1 parent 42b8e77 commit 23c003a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/workflowEditor/nodes/WebhookTippyCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function WebhookTippyCard({ link, hideTippy }: WebhookTippyType)
3737
to: link
3838
}}
3939
component={ButtonComponentType.link}
40-
text=" Show webhook details"
40+
text="Show webhook details"
4141
dataTestId='hide-tooltip'
4242
style={ButtonStyleType.neutral}
4343
size={ComponentSizeType.xs}

0 commit comments

Comments
 (0)