style(ui): use coin icons for wallet actions

This commit is contained in:
2026-06-29 15:13:14 +08:00
parent 069072af17
commit 4f919d46ad
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,7 +1,6 @@
"use client";
import {
Coins,
Gift,
ImageIcon,
MessageCircle,
@@ -9,6 +8,7 @@ import {
Phone,
Sparkles,
} from "lucide-react";
import { FaCoins } from "react-icons/fa6";
import { BackButton } from "@/app/_components";
import { MobileShell } from "@/app/_components/core";
@@ -76,7 +76,7 @@ export function CoinsRulesScreen() {
<div className={styles.hero}>
<span className={styles.heroIcon} aria-hidden="true">
<Coins size={24} strokeWidth={2.4} />
<FaCoins size={24} />
</span>
<p className={styles.eyebrow}>Coins Guide</p>
<h1 className={styles.title}>Coin Usage Rules</h1>