Skip to content

Commit d65392b

Browse files
committed
fmt lint
1 parent f33f393 commit d65392b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

site/src/pages/DeploymentSettingsPage/LicensesSettingsPage/ManagedAgentsConsumption.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
} from "components/Collapsible/Collapsible";
1010
import { Stack } from "components/Stack/Stack";
1111
import dayjs from "dayjs";
12-
import { ChevronRightIcon, Link } from "lucide-react";
12+
import { ChevronRightIcon } from "lucide-react";
1313
import type { FC } from "react";
1414
import { docs } from "utils/docs";
1515

@@ -100,9 +100,7 @@ export const ManagedAgentsConsumption: FC<ManagedAgentsConsumptionProps> = ({
100100
<div className="p-4">
101101
<Collapsible>
102102
<header className="flex flex-col gap-2 items-start">
103-
<h3 className="text-md m-0 font-medium">
104-
Managed AI Agents Usage
105-
</h3>
103+
<h3 className="text-md m-0 font-medium">Managed AI Agents Usage</h3>
106104

107105
<CollapsibleTrigger asChild>
108106
<Button
@@ -129,9 +127,11 @@ export const ManagedAgentsConsumption: FC<ManagedAgentsConsumptionProps> = ({
129127
<MuiLink
130128
href={docs("/ai-coder/tasks")}
131129
target="_blank"
132-
rel="noreferrer">
130+
rel="noreferrer"
131+
>
133132
Coder Tasks
134-
</MuiLink>{" "} and upcoming managed AI features are included in Coder Premium
133+
</MuiLink>{" "}
134+
and upcoming managed AI features are included in Coder Premium
135135
licenses during beta. Usage limits and pricing subject to change.
136136
</p>
137137
<ul>

0 commit comments

Comments
 (0)