Thanks to visit codestin.com Credit goes to github.com
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 e37ddd4 commit 64b9bc1Copy full SHA for 64b9bc1
site/src/pages/SetupPage/SetupPageView.tsx
@@ -18,7 +18,6 @@ import { SignInLayout } from "components/SignInLayout/SignInLayout";
18
import { Stack } from "components/Stack/Stack";
19
import { type FormikContextType, useFormik } from "formik";
20
import type { ChangeEvent, FC } from "react";
21
-import { docs } from "utils/docs";
22
import {
23
getFormHelpers,
24
nameValidator,
@@ -247,7 +246,7 @@ export const SetupPageView: FC<SetupPageViewProps> = ({
247
246
quotas, and more.
248
</span>
249
<Link
250
- href={docs("/licensing")}
+ href="https://coder.com/pricing"
251
target="_blank"
252
css={{ marginTop: 4, display: "inline-block", fontSize: 13 }}
253
>
0 commit comments