From 498fa3e60c279ea8dc0ea86b397616e8fe48ca11 Mon Sep 17 00:00:00 2001 From: Kelly Davis Date: Tue, 25 Jul 2023 11:48:21 -0400 Subject: [PATCH] fix: stray space --- components/blocks/Actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/blocks/Actions.tsx b/components/blocks/Actions.tsx index 88cf206cd..26ab816aa 100644 --- a/components/blocks/Actions.tsx +++ b/components/blocks/Actions.tsx @@ -18,7 +18,7 @@ export const Actions = ({ items, align = 'left' }) => { if (item.variant == 'command') { return {item.label} + >{item.label} } const { variant, label, icon, url } = item const externalUrlPattern = /^((http|https|ftp):\/\/)/