mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: update licensing info URL on sign up page (#17657)
This commit is contained in:
@@ -18,7 +18,6 @@ import { SignInLayout } from "components/SignInLayout/SignInLayout";
|
||||
import { Stack } from "components/Stack/Stack";
|
||||
import { type FormikContextType, useFormik } from "formik";
|
||||
import type { ChangeEvent, FC } from "react";
|
||||
import { docs } from "utils/docs";
|
||||
import {
|
||||
getFormHelpers,
|
||||
nameValidator,
|
||||
@@ -247,7 +246,7 @@ export const SetupPageView: FC<SetupPageViewProps> = ({
|
||||
quotas, and more.
|
||||
</span>
|
||||
<Link
|
||||
href={docs("/licensing")}
|
||||
href="https://coder.com/pricing"
|
||||
target="_blank"
|
||||
css={{ marginTop: 4, display: "inline-block", fontSize: 13 }}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user