Commit 189f6192 by Arjun Jhukal

updated the icons for withdrawl and deposit button at sidebar

parent acc5038e
...@@ -14,6 +14,8 @@ import { ...@@ -14,6 +14,8 @@ import {
MessageQuestion, MessageQuestion,
PasswordCheck, PasswordCheck,
Wallet2, Wallet2,
Coin,
CardPos,
} from "@wandersonalwes/iconsax-react"; } from "@wandersonalwes/iconsax-react";
import Link from "next/link"; import Link from "next/link";
import { usePathname } from "next/navigation"; import { usePathname } from "next/navigation";
...@@ -81,10 +83,12 @@ export default function UserMenu({ open }: { open: boolean }) { ...@@ -81,10 +83,12 @@ export default function UserMenu({ open }: { open: boolean }) {
{open && ( {open && (
<Private> <Private>
<div className="flex justify-between items-center gap-1 mb-6"> <div className="flex justify-between items-center gap-1 mb-6">
<Link href="/buy-coins" className="ss-btn bg-primary-grad"> <Link href="/buy-coins" className="ss-btn bg-primary-grad flex items-center gap-2 text-[12px]">
<Coin size={24} />
Buy Coins Buy Coins
</Link> </Link>
<Link href="/withdrawl" className="ss-btn bg-secondary-grad"> <Link href="/withdrawl" className="ss-btn bg-secondary-grad flex items-center gap-2 text-[12px]">
<CardPos size={24} />
Withdraw Withdraw
</Link> </Link>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment