refactor(coins-rules): remove unused Voice Call rule from COIN_RULES

This commit is contained in:
2026-06-29 15:17:57 +08:00
parent 4f11cbda09
commit 6cf1ee4f88
+5 -6
View File
@@ -5,7 +5,6 @@ import {
ImageIcon, ImageIcon,
MessageCircle, MessageCircle,
Mic2, Mic2,
Phone,
Sparkles, Sparkles,
} from "lucide-react"; } from "lucide-react";
import { FaCoins } from "react-icons/fa6"; import { FaCoins } from "react-icons/fa6";
@@ -41,11 +40,11 @@ const COIN_RULES: readonly CoinRuleItem[] = [
cost: "20 coins / message", cost: "20 coins / message",
icon: Mic2, icon: Mic2,
}, },
{ // {
title: "Voice Call", // title: "Voice Call",
cost: "20 coins / call", // cost: "50 coins / call",
icon: Phone, // icon: Phone,
}, // },
{ {
title: "Photo", title: "Photo",
cost: "40 coins / photo", cost: "40 coins / photo",