diff --git a/site/src/pages/WorkspacesPage/WorkspacesEmpty.tsx b/site/src/pages/WorkspacesPage/WorkspacesEmpty.tsx index 2850e56e18..45c9b221ef 100644 --- a/site/src/pages/WorkspacesPage/WorkspacesEmpty.tsx +++ b/site/src/pages/WorkspacesPage/WorkspacesEmpty.tsx @@ -1,7 +1,7 @@ import type { Template } from "api/typesGenerated"; import { Avatar } from "components/Avatar/Avatar"; import { Button } from "components/Button/Button"; -import { TableEmpty } from "components/TableEmpty/TableEmpty"; +import { EmptyState } from "components/EmptyState/EmptyState"; import { linkToTemplate, useLinks } from "modules/navigation"; import type { FC } from "react"; import { Link } from "react-router-dom"; @@ -31,12 +31,12 @@ export const WorkspacesEmpty: FC = ({ ); if (isUsingFilter) { - return ; + return ; } if (templates && templates.length === 0 && canCreateTemplate) { return ( - = ({ if (templates && templates.length === 0 && !canCreateTemplate) { return ( - = ({ } return ( -