Skip to content

Commit

Permalink
Fix If logged in and click on down button on home screen no action (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshitT00 authored Oct 10, 2024
1 parent 2f416a8 commit fa444a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(app)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Home = async () => {
)}
</div>

<div className="mx-2">
<div className="mx-2" id={session ? "cta" : ""}>
<div className="mt-6 flex max-w-5xl items-center justify-between border-b border-b-neutral-300 pb-2 dark:border-b-neutral-600 sm:mx-auto sm:max-w-2xl lg:max-w-5xl">
<h3 className="text-3xl font-bold tracking-tight text-neutral-800 dark:text-neutral-50 sm:text-4xl">
Trending
Expand Down

0 comments on commit fa444a4

Please sign in to comment.