Skip to content

Commit

Permalink
Run prettier for updated component
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi-MS committed Feb 1, 2025
1 parent 6673554 commit 3790660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/utils/ActionButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function ActionButton({
}: ActionButtonProps) {
return (
<a
className={`ActionButton ${type}${buttonClassName ? ` ${buttonClassName}` : ''}`}
className={`ActionButton ${type}${buttonClassName ? ` ${buttonClassName}` : ''}`}
rel={target === '_blank' ? 'noopener noreferrer' : undefined}
href={href}
target={target}
Expand Down

0 comments on commit 3790660

Please sign in to comment.