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,
MessageCircle,
Mic2,
Phone,
Sparkles,
} from "lucide-react";
import { FaCoins } from "react-icons/fa6";
@@ -41,11 +40,11 @@ const COIN_RULES: readonly CoinRuleItem[] = [
cost: "20 coins / message",
icon: Mic2,
},
{
title: "Voice Call",
cost: "20 coins / call",
icon: Phone,
},
// {
// title: "Voice Call",
// cost: "50 coins / call",
// icon: Phone,
// },
{
title: "Photo",
cost: "40 coins / photo",