Commit 62ca8137 by Arjun Jhukal

updated the minor changes

parent 1602569c
......@@ -14,7 +14,7 @@ export default function UserMenu({ open }: { open: boolean }) {
<Box>
{open ? <Private>
<div className="flex justify-between items-center gap-1 mb-6">
<Link href="/buy-coin" className="ss-btn bg-primary-grad" >Buy Coins</Link>
<Link href="/buy-coins" className="ss-btn bg-primary-grad" >Buy Coins</Link>
<Link href="/withdrawl" className="ss-btn bg-secondary-grad" >Withdraw</Link>
</div>
</Private> : null}
......
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