Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Gilliam committed May 28, 2024
1 parent 3c9dd22 commit 5f83b10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/www/app/(app)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function IndexPage() {
return (
// <div className="container relative">
<>
<div className=" isolate min-h-screen overflow-hidden bg-white pb-8 sm:pb-12 bg-gradientTopRightLight md:pb-0">
<div className=" isolate min-h-screen overflow-hidden bg-white bg-gradientTopRightLight pb-8 sm:pb-12 md:pb-0">
{/* <BgNoiseWrapper url="/cult-canvas-noise.png"> */}
<BgNoiseWrapper url="/egg-shell-noise.png">
<div className="container relative pt-12">
Expand Down Expand Up @@ -55,15 +55,15 @@ export default function IndexPage() {
</PageActions>
</PageHeader>

<section className="hidden md:block w-full">
<section className="hidden w-full md:block">
<div className="flex flex-col items-center justify-center overflow-hidden ">
<Suspense>
<TweetGrid tweets={tweets} />
</Suspense>
</div>
</section>
</div>
<section className=" hidden mt-12 md:block w-full rounded-tr-[364px] bg-neutral-900">
<section className=" mt-12 hidden w-full rounded-tr-[364px] bg-neutral-900 md:block">
<FeaturesSection />
</section>
</BgNoiseWrapper>
Expand Down

0 comments on commit 5f83b10

Please sign in to comment.