diff --git a/apps/web/app/_components/dateandcontest/index.tsx b/apps/web/app/_components/dateandcontest/index.tsx index 3848e11..4c48bd8 100644 --- a/apps/web/app/_components/dateandcontest/index.tsx +++ b/apps/web/app/_components/dateandcontest/index.tsx @@ -12,15 +12,13 @@ function DateAndContest(props: DateAndContestProps) { // Helper to create a date without time (year, month, day) const mkDate = (d: number, m: number, y: number) => new Date(y, m - 1, d) + if (props.c === "0") return <> + let today: Date - console.log(props.c) if (props.c && new Date(props.c) > mkDate(1, 1, 2025)) today = new Date(props.c) else today = new Date() // fallback to client date let timelineKey = "timeline-registration-1" - console.log(today) - console.log(mkDate(25, 9, 2025).getTime()) - console.log(mkDate(11, 10, 2025).setHours(13, 0, 0, 0)) if (today < mkDate(27, 8, 2025)) { timelineKey = "timeline-registration-1" diff --git a/apps/web/app/_components/footer.tsx b/apps/web/app/_components/footer.tsx index 7ccbf09..ccbee36 100644 --- a/apps/web/app/_components/footer.tsx +++ b/apps/web/app/_components/footer.tsx @@ -17,9 +17,9 @@ function Sponsor() { {SponsorList.map((s) => ( - + ))} diff --git a/apps/web/app/_components/sponsors/index.tsx b/apps/web/app/_components/sponsors/index.tsx index 7130d3d..99e0bb5 100644 --- a/apps/web/app/_components/sponsors/index.tsx +++ b/apps/web/app/_components/sponsors/index.tsx @@ -5,17 +5,16 @@ import SponsorSubgrid from "./subgrid" export default function Sponsors() { return ( -
- -
+
+
+ Organized By kmutt cpe logo
-
diff --git a/apps/web/app/_components/sponsors/subgrid.tsx b/apps/web/app/_components/sponsors/subgrid.tsx index 321e415..c7c5741 100644 --- a/apps/web/app/_components/sponsors/subgrid.tsx +++ b/apps/web/app/_components/sponsors/subgrid.tsx @@ -20,7 +20,7 @@ export default function SponsorSubgrid({ data, tier }: SponsorSubgridProps) { return (
- + {getTierName(tier)} Sponsor{amt > 1 ? "s" : ""}