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):\/\/)/