diff --git a/apps/web/src/views/home/components/Pricing.tsx b/apps/web/src/views/home/components/Pricing.tsx index c9df6ee3..b61bc2fa 100644 --- a/apps/web/src/views/home/components/Pricing.tsx +++ b/apps/web/src/views/home/components/Pricing.tsx @@ -2,7 +2,7 @@ import Link from "next/link"; import { Radio, RadioGroup } from "@headlessui/react"; import { t } from "@lingui/core/macro"; import { useState } from "react"; -import { HiCheckCircle } from "react-icons/hi2"; +import { HiBolt, HiCheckCircle } from "react-icons/hi2"; import { twMerge } from "tailwind-merge"; type Frequency = "monthly" | "annually"; @@ -94,6 +94,7 @@ const Pricing = () => {
{t`Launch offer: unlimited seats for just $29/month with Pro`}