Skip to content

Commit ec629b0

Browse files
committed
Update Paywall.tsx
1 parent 723228f commit ec629b0

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

site/src/components/Paywall/Paywall.tsx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ export const Paywall: FC<PaywallProps> = ({
2626
</Stack>
2727

2828
{description && <p css={styles.description}>{description}</p>}
29-
<Link
30-
href={documentationLink}
31-
target="_blank"
32-
rel="noreferrer"
33-
css={{ fontWeight: 600 }}
34-
>
35-
Read the documentation
36-
</Link>
29+
<div className="pt-3">
30+
<Link
31+
href={documentationLink}
32+
target="_blank"
33+
rel="noreferrer"
34+
css={{ fontWeight: 600 }}
35+
>
36+
Read the documentation
37+
</Link></div>
3738
</div>
3839
<div css={styles.separator} />
3940
<Stack direction="column" alignItems="left" spacing={3}>

0 commit comments

Comments
 (0)