Skip to content

Commit 01ae143

Browse files
committed
fix: remove []
1 parent 81f167e commit 01ae143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Paywall/Paywall.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const Paywall: FC<PaywallProps> = ({
1919
documentationLink,
2020
}) => {
2121
return (
22-
<div css={[styles.root]}>
22+
<div css={styles.root}>
2323
<div>
2424
<Stack direction="row" alignItems="center" css={{ marginBottom: 24 }}>
2525
<h5 css={styles.title}>{message}</h5>

0 commit comments

Comments
 (0)