perbaikan tombol e-wallet
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m59s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
Build, Push and Deploy / deploy-staging (push) Successful in 38s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s

This commit is contained in:
triagungbiantoro
2026-04-02 21:26:01 +07:00
parent ac43e83b38
commit 1ab56d68b3
4 changed files with 15 additions and 3 deletions

View File

@@ -693,19 +693,19 @@ export default function App() {
onClick={() => setSelectedEWallet('gopay')}
className={`p-3 rounded-xl border-2 cursor-pointer flex items-center justify-center bg-white transition-all ${selectedEWallet === 'gopay' ? 'border-teal-500 ring-2 ring-teal-200' : 'border-slate-200 hover:border-teal-300'}`}
>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/86/Gopay_logo.svg/1200px-Gopay_logo.svg.png" alt="GoPay" className="h-6 object-contain" />
<img src="/images/gopay.svg" alt="GoPay" className="h-6 object-contain" />
</div>
<div
onClick={() => setSelectedEWallet('ovo')}
className={`p-3 rounded-xl border-2 cursor-pointer flex items-center justify-center bg-white transition-all ${selectedEWallet === 'ovo' ? 'border-teal-500 ring-2 ring-teal-200' : 'border-slate-200 hover:border-teal-300'}`}
>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/OVO_logo.svg/1200px-OVO_logo.svg.png" alt="OVO" className="h-6 object-contain" />
<img src="/images/ovo.png" alt="OVO" className="h-6 object-contain" />
</div>
<div
onClick={() => setSelectedEWallet('shopeepay')}
className={`p-3 rounded-xl border-2 cursor-pointer flex items-center justify-center bg-white transition-all ${selectedEWallet === 'shopeepay' ? 'border-teal-500 ring-2 ring-teal-200' : 'border-slate-200 hover:border-teal-300'}`}
>
<span className="font-extrabold text-[#EE4D2D] text-lg tracking-tight">ShopeePay</span>
<img src="/images/shopeepay.png" alt="ShopeePay" className="h-6 object-contain" />
</div>
</div>
<p className="text-sm text-slate-600 font-medium text-center mt-4">