Skip to content

Commit

Permalink
Update home.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson authored Feb 20, 2024
1 parent 16bdc5a commit caf821a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/components/homeComponents/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,6 @@ export default function HomePage() {
}
}
}
if (!data) {
return (
<main className='relative min-h-screen'>
{/* background */}
<div className='absolute inset-0 overflow-hidden flex flex-col items-center'>
<Image src={Background} alt='' className='w-full min-w-[1008px] hidden sm:block' />
<Image src={MBackground} alt='' className='w-full min-w-[375px] mt-[50px] sm:hidden' />
</div>
</main>
)
}

if (account && !account.code) {
return (
Expand Down

0 comments on commit caf821a

Please sign in to comment.