Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DivyanshAfk committed Dec 24, 2024
1 parent 65bbb1f commit da75d8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/user-app/app/(dashboard)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export default function Layout({
<div className="flex">
<div className="w-72 border-r border-slate-300 min-h-screen mr-4 pt-28">
<div>
<SidebarItem href={"/dashboard"} icon={<HomeIcon />} title="Home" />
<SidebarItem href={"/transfer"} icon={<TransferIcon />} title="Transfer" />
<SidebarItem href={"/transactions"} icon={<TransactionsIcon />} title="Transactions" />
<SidebarItem href={"/p2p"} icon={<P2PTransferIcon />} title="P2P Transfer" />
<SidebarItem href={"/dashboard"} icon={<HomeIcon />} title="Homeasd" />
<SidebarItem href={"/transfer"} icon={<TransferIcon />} title="Transfersdad" />
<SidebarItem href={"/transactions"} icon={<TransactionsIcon />} title="Transacasdtions" />
<SidebarItem href={"/p2p"} icon={<P2PTransferIcon />} title="P2P Transfecxvr" />
</div>
</div>
{children}
Expand Down

0 comments on commit da75d8b

Please sign in to comment.