refactor(coins-rules): remove unused Voice Call rule from COIN_RULES
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user