rename walet page to transaction history 🔨

This commit is contained in:
2025-09-20 11:15:44 +05:00
parent 1e2329e7f1
commit b32b61afe8

View File

@@ -17,7 +17,7 @@ export default async function Wallet({
return (
<div>
<div className="flex justify-between items-center border rounded-md border-dashed font-bold title-bg py-4 px-2 mb-4">
<h3 className="text-sarLinkOrange text-2xl">My Wallet</h3>
<h3 className="text-sarLinkOrange text-2xl">Transaction History</h3>
</div>
<div
id="wallet-filters"