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 80237a1 commit 3c9dd22
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 @@ -55,15 +55,15 @@ export default function IndexPage() {
</PageActions>
</PageHeader>

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

0 comments on commit 3c9dd22

Please sign in to comment.