Skip to content

Commit

Permalink
UI improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Nov 24, 2024
1 parent 9c6719e commit 2adc89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/app/explore/Explore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@ export const Explore = () => {
>
Following
</button>
<button
{/* <button
className={`tab text-gray-500 ${activeTab === "Groups" ? "active" : ""}`}
onClick={() => handleTabClick("Groups")}
>
Groups
</button>
</button> */}
</div>
<NewsFeed posts={posts} isGrid={false} />
<div ref={lastPostElementRef}></div>
Expand Down

0 comments on commit 2adc89a

Please sign in to comment.