Skip to content

Commit f2d6aaf

Browse files
samejrmatt-aitken
authored andcommitted
Adds link to docs
1 parent 11552ea commit f2d6aaf

File tree

1 file changed

+5
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.limits

1 file changed

+5
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.limits/route.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CheckIcon } from "@heroicons/react/20/solid";
1+
import { CheckIcon, BookOpenIcon } from "@heroicons/react/20/solid";
22
import { type MetaFunction } from "@remix-run/react";
33
import { type LoaderFunctionArgs } from "@remix-run/server-runtime";
44
import { IconCardsFilled, IconDiamondFilled, IconTallymark4 } from "@tabler/icons-react";
@@ -42,6 +42,7 @@ import { cn } from "~/utils/cn";
4242
import { formatNumber } from "~/utils/numberFormatter";
4343
import {
4444
concurrencyPath,
45+
docsPath,
4546
EnvironmentParamSchema,
4647
organizationBillingPath,
4748
} from "~/utils/pathBuilder";
@@ -125,6 +126,9 @@ export default function Page() {
125126
</Property.Item>
126127
</Property.Table>
127128
</AdminDebugTooltip>
129+
<LinkButton variant={"docs/small"} LeadingIcon={BookOpenIcon} to={docsPath("/limits")}>
130+
Limits docs
131+
</LinkButton>
128132
</PageAccessories>
129133
</NavBar>
130134
<PageBody scrollable={true}>

0 commit comments

Comments
 (0)