We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723228f commit ec629b0Copy full SHA for ec629b0
site/src/components/Paywall/Paywall.tsx
@@ -26,14 +26,15 @@ export const Paywall: FC<PaywallProps> = ({
26
</Stack>
27
28
{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>
+ <div className="pt-3">
+ <Link
+ href={documentationLink}
+ target="_blank"
+ rel="noreferrer"
+ css={{ fontWeight: 600 }}
+ >
+ Read the documentation
37
+ </Link></div>
38
</div>
39
<div css={styles.separator} />
40
<Stack direction="column" alignItems="left" spacing={3}>
0 commit comments