Skip to content

Commit

Permalink
enable link
Browse files Browse the repository at this point in the history
  • Loading branch information
WookashWackomy committed Aug 24, 2023
1 parent c67548c commit 638bf9b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,16 @@ export default function Header() {
</Fragment>
))}
</div>
<button
disabled
className="hidden h-14 w-40 items-center justify-center gap-10 rounded-full bg-[#222222] px-6 disabled:cursor-not-allowed lg:flex">
<Link
target="_blank"
rel="noopener noreferrer"
href={'https://app.abax.finance'}
className="hidden h-14 w-44 items-center justify-center gap-10 rounded-full bg-[#222222] px-6 disabled:cursor-not-allowed lg:flex">
<div className="relative flex gap-2">
<div className="whitespace-no-wrap text-white opacity-70">Launch app</div>
<p className="absolute -right-4 -top-2 text-[8px] text-[#E3C7A4]">SOON</p>
<div className="whitespace-no-wrap text-white">Launch app</div>
<p className="absolute -right-5 -top-3 text-xs text-[#E3C7A4]">TESTNET</p>
</div>
</button>
</Link>
<DropdownMenu modal>
<DropdownMenuTrigger className="lg:hidden">
<div>
Expand Down

0 comments on commit 638bf9b

Please sign in to comment.