We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f2ac0 commit efa9f00Copy full SHA for efa9f00
site/src/components/Paywall/Paywall.tsx
@@ -58,7 +58,7 @@ export const Paywall: FC<PaywallProps> = ({
58
</ul>
59
<div css={styles.learnButton}>
60
<Button
61
- href={docs("/licensing")}
+ href="https://coder.com/pricing#compare-plans"
62
target="_blank"
63
rel="noreferrer"
64
startIcon={<span css={{ fontSize: 22 }}>→</span>}
site/src/components/Paywall/PopoverPaywall.tsx
@@ -62,7 +62,7 @@ export const PopoverPaywall: FC<PopoverPaywallProps> = ({
65
66
67
68
0 commit comments