diff --git a/site/src/components/Paywall/Paywall.tsx b/site/src/components/Paywall/Paywall.tsx index 899d23ca4a6d4..56c0e9cc390de 100644 --- a/site/src/components/Paywall/Paywall.tsx +++ b/site/src/components/Paywall/Paywall.tsx @@ -1,9 +1,9 @@ import type { Interpolation, Theme } from "@emotion/react"; -import TaskAltIcon from "@mui/icons-material/TaskAlt"; import Link from "@mui/material/Link"; import { PremiumBadge } from "components/Badges/Badges"; import { Button } from "components/Button/Button"; import { Stack } from "components/Stack/Stack"; +import { CircleCheckBigIcon } from "lucide-react"; import type { FC, ReactNode } from "react"; export interface PaywallProps { @@ -73,7 +73,9 @@ export const Paywall: FC = ({ const FeatureIcon: FC = () => { return ( -