diff --git a/site/src/pages/AgentsPage/components/ChatConversation/QueuedForCapacityCallout.tsx b/site/src/pages/AgentsPage/components/ChatConversation/QueuedForCapacityCallout.tsx index db9adb9adf8..07b5364344e 100644 --- a/site/src/pages/AgentsPage/components/ChatConversation/QueuedForCapacityCallout.tsx +++ b/site/src/pages/AgentsPage/components/ChatConversation/QueuedForCapacityCallout.tsx @@ -1,4 +1,5 @@ import type { FC, ReactNode } from "react"; +import { Link as RouterLink } from "react-router"; import { Alert, AlertDescription } from "#/components/Alert/Alert"; import { Link } from "#/components/Link/Link"; import { docs } from "#/utils/docs"; @@ -30,12 +31,7 @@ export const QueuedForCapacityCallout: FC = ({ let action: ReactNode = ( <> - + Learn more . @@ -45,7 +41,7 @@ export const QueuedForCapacityCallout: FC = ({ action = ( <> Contact your Coder account team or{" "} - + sales@coder.com {" "} to upgrade to unlimited concurrent agents. @@ -54,21 +50,13 @@ export const QueuedForCapacityCallout: FC = ({ } else if (canManageLicenses) { action = ( <> - - Start an unlimited trial + + + Start an unlimited trial + {" "} or{" "} - + learn more .