File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.limits Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1- import { CheckIcon } from "@heroicons/react/20/solid" ;
1+ import { CheckIcon , BookOpenIcon } from "@heroicons/react/20/solid" ;
22import { type MetaFunction } from "@remix-run/react" ;
33import { type LoaderFunctionArgs } from "@remix-run/server-runtime" ;
44import { IconCardsFilled , IconDiamondFilled , IconTallymark4 } from "@tabler/icons-react" ;
@@ -42,6 +42,7 @@ import { cn } from "~/utils/cn";
4242import { formatNumber } from "~/utils/numberFormatter" ;
4343import {
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 } >
You can’t perform that action at this time.
0 commit comments