spins to wins
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m32s

This commit is contained in:
2026-04-01 16:04:47 -04:00
parent 9e93c3db57
commit e6e1b895e7
+1 -1
View File
@@ -138,7 +138,7 @@ export default async function ProfilePage({ params }: Props) {
<p className="text-sm text-slate-400">total portfolio value</p> <p className="text-sm text-slate-400">total portfolio value</p>
{lotteryCount > 0 && ( {lotteryCount > 0 && (
<p className="text-xs text-amber-400 mt-1"> <p className="text-xs text-amber-400 mt-1">
🎰 {formatCurrency(lotteryWinnings)} from Lucky Dip ({lotteryCount} spin{lotteryCount !== 1 ? 's' : ''}) 🎰 {formatCurrency(lotteryWinnings)} from Lucky Dip ({lotteryCount} win{lotteryCount !== 1 ? 's' : ''})
</p> </p>
)} )}
</div> </div>