Skip to content

Commit

Permalink
time update
Browse files Browse the repository at this point in the history
  • Loading branch information
Abh1noob committed Mar 17, 2024
1 parent 25739fb commit 186f097
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 @@ -407,7 +407,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={1} />
<TimelineComponent count={2} />
</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 186f097

Please sign in to comment.