feat: Draft transaction page

This commit is contained in:
Hafid Nur
2025-03-27 16:58:24 +07:00
parent 39391e5522
commit 43167fe7a1
2 changed files with 82 additions and 7 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export const Components: FC = (): ReactElement => {
return (
<main className="w-full px-[48px] py-[40px] flex flex-col gap-8">
{/* Dashboard Header */}
{/* Header */}
<header className="bg-white py-4 px-8 rounded-md shadow p-4">
<h1 className="text-p2 font-semibold">Data Akun</h1>
</header>