Skip to content

Commit

Permalink
speaker timeline update
Browse files Browse the repository at this point in the history
  • Loading branch information
Abh1noob committed Mar 18, 2024
1 parent 06e0fda commit f1c88ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devsoc24-portal-fe/src/app/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export default function HomePage() {
{showModal === "leave" && <LeaveTeam />}
{showModal === "kick" && <Kick />}
<div className="mt-4 flex h-fit w-screen flex-col justify-between gap-4 px-4">
<TimelineComponent count={2} />
<TimelineComponent count={3} />
</div>

<div className="mt-4 flex h-fit w-screen flex-col justify-between gap-4 px-4 md:flex-row lg:h-[85%]">
Expand Down

0 comments on commit f1c88ab

Please sign in to comment.