Render GOD Mode badge when unlocked
cgen-786412b73c6e40e1a1e679e375235fe6
This commit is contained in:
parent
16a187b12e
commit
adbf806943
1 changed files with 5 additions and 0 deletions
|
|
@ -137,6 +137,11 @@ const PassportSummary = ({
|
|||
>
|
||||
{loyaltyPoints} Loyalty
|
||||
</Badge>
|
||||
{godModeUnlocked && (
|
||||
<Badge className="bg-gradient-to-r from-yellow-400 via-amber-200 to-yellow-500 text-slate-900 font-semibold shadow-lg shadow-yellow-400/40">
|
||||
GOD Mode
|
||||
</Badge>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
<div className="w-full max-w-xs space-y-3 rounded-xl bg-slate-900/60 p-4 border border-slate-800">
|
||||
|
|
|
|||
Loading…
Reference in a new issue