Skip to content

Commit

Permalink
fix header for partner
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed Feb 27, 2024
1 parent a7fffca commit 6928144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function Header() {
</div>
{open && account && (
<div className='absolute top-full right-[max(16px,calc(50%-545px))] p-4 rounded-b-md flex flex-col gap-4 border-x border-b border-[#D52121] bg-[linear-gradient(180deg,rgba(117,20,20,0.50)_0%,rgba(133,7,7,0.50)_0.01%,rgba(244,63,63,0.50)_100%)] shadow-[0px_4px_4px_0px_rgba(0,0,0,0.25)] backdrop-blur-[6px]'>
{account?.code && account.isFollowed && (
{(account?.code || account.refferal_code?.length == 1) && account.isFollowed && (
<Link
onClick={() => setOpen(false)}
href='/my-inventory'
Expand Down

0 comments on commit 6928144

Please sign in to comment.