From 73509e2d4de837bbff04df26f9a8e0b143d8d159 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Mon, 5 May 2025 18:26:35 -0500 Subject: [PATCH] Remove bitcoin discount indicator --- frontend/src/components/BillingStatus.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/frontend/src/components/BillingStatus.tsx b/frontend/src/components/BillingStatus.tsx index 9f92badba..62b356a02 100644 --- a/frontend/src/components/BillingStatus.tsx +++ b/frontend/src/components/BillingStatus.tsx @@ -4,7 +4,6 @@ import { Button } from "@/components/ui/button"; import { BillingDebugger } from "./BillingDebugger"; import { useLocalState } from "@/state/useLocalState"; import { getBillingService } from "@/billing/billingService"; -import { Bitcoin } from "lucide-react"; export function BillingStatus() { const navigate = useNavigate(); @@ -61,15 +60,6 @@ export function BillingStatus() { > {getChatsText()} - {isFree && ( -
navigate({ to: "/pricing" })} - className="dark:bg-white/10 bg-[hsl(var(--primary))]/5 backdrop-blur-sm px-6 py-2 rounded-full dark:border-white/20 border-[hsl(var(--primary))]/20 border text-sm font-light dark:hover:bg-white/20 hover:bg-[hsl(var(--primary))]/10 transition-colors cursor-pointer flex items-center gap-2 w-fit dark:text-white text-foreground" - > - - Save 10% with yearly Bitcoin plans → -
- )} {import.meta.env.DEV && (