Skip to content

Commit

Permalink
timeline and notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Abh1noob committed Mar 17, 2024
1 parent f6aed9f commit f3a5718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devsoc24-portal-fe/src/app/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function HomePage() {
);
if (response.data.status === "success") {
setShowBanner(true);
setShowNotice(true);
// setShowNotice(true);
setSelected(true);
SetIdea("idea found");
}
Expand Down Expand Up @@ -399,7 +399,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={0} />
<TimelineComponent count={1} />
</div>

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

0 comments on commit f3a5718

Please sign in to comment.