mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: correct link to premium plan (#15914)
Fixes: https://github.com/coder/coder/issues/15911 The link target `/licensing` does not exist, so we need to link to _Pricing Plans_ instead.
This commit is contained in:
@@ -58,7 +58,7 @@ export const Paywall: FC<PaywallProps> = ({
|
||||
</ul>
|
||||
<div css={styles.learnButton}>
|
||||
<Button
|
||||
href={docs("/licensing")}
|
||||
href="https://coder.com/pricing#compare-plans"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
startIcon={<span css={{ fontSize: 22 }}>→</span>}
|
||||
|
||||
@@ -62,7 +62,7 @@ export const PopoverPaywall: FC<PopoverPaywallProps> = ({
|
||||
</ul>
|
||||
<div css={styles.learnButton}>
|
||||
<Button
|
||||
href={docs("/licensing")}
|
||||
href="https://coder.com/pricing#compare-plans"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
startIcon={<span css={{ fontSize: 22 }}>→</span>}
|
||||
|
||||
Reference in New Issue
Block a user