File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.apikeys Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import { BookOpenIcon , InformationCircleIcon , LockOpenIcon } from "@heroicons/react/20/solid" ;
2- import { ArrowUpCircleIcon } from "@heroicons/react/24/outline" ;
1+ import { ArrowUpCircleIcon , BookOpenIcon , InformationCircleIcon } from "@heroicons/react/20/solid" ;
32import { type MetaFunction } from "@remix-run/react" ;
43import { type LoaderFunctionArgs } from "@remix-run/server-runtime" ;
54import { typedjson , useTypedLoaderData } from "remix-typedjson" ;
65import { AdminDebugTooltip } from "~/components/admin/debugTooltip" ;
7- import { environmentTitle , EnvironmentCombo } from "~/components/environments/EnvironmentLabel" ;
6+ import { EnvironmentCombo , environmentTitle } from "~/components/environments/EnvironmentLabel" ;
87import { RegenerateApiKeyModal } from "~/components/environments/RegenerateApiKeyModal" ;
98import { PageBody , PageContainer } from "~/components/layout/AppLayout" ;
109import { LinkButton } from "~/components/primitives/Buttons" ;
@@ -144,6 +143,7 @@ export default function Page() {
144143 ) }
145144 variant = "secondary/small"
146145 LeadingIcon = { ArrowUpCircleIcon }
146+ leadingIconClassName = "text-indigo-500"
147147 >
148148 Upgrade to get staging environment
149149 </ LinkButton >
You can’t perform that action at this time.
0 commit comments