Skip to content

Commit cc5b5e9

Browse files
authored
fix: remove the comma from close button (#335)
1 parent 2cb849f commit cc5b5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/raystack/v1/components/dialog/dialog.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export function CloseButton({ className, ...props }: CloseButtonProps) {
118118
aria-label="Close dialog"
119119
{...props}
120120
>
121-
<Cross1Icon />,
121+
<Cross1Icon />
122122
</DialogPrimitive.Close>
123123
);
124124
}

0 commit comments

Comments
 (0)