Skip to content

Commit

Permalink
fix: stray space
Browse files Browse the repository at this point in the history
  • Loading branch information
kldavis4 committed Jul 25, 2023
1 parent c78c7e4 commit 498fa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/blocks/Actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Actions = ({ items, align = 'left' }) => {
if (item.variant == 'command') {
return <CodeButton key={item.label}
data-tina-field={tinaField(item, 'label')}
> {item.label}</CodeButton>
>{item.label}</CodeButton>
}
const { variant, label, icon, url } = item
const externalUrlPattern = /^((http|https|ftp):\/\/)/
Expand Down

1 comment on commit 498fa3e

@vercel
Copy link

@vercel vercel bot commented on 498fa3e Jul 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tina-io – ./

tina.io
tina-io-tinacms.vercel.app
tina-io-git-master-tinacms.vercel.app

Please sign in to comment.