From 24223e1eed55355595eeb7499488d02483817f76 Mon Sep 17 00:00:00 2001 From: aamoghS Date: Thu, 22 Jan 2026 15:52:02 -0500 Subject: [PATCH 1/2] pls --- sites/portal/src/app/(app)/club/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/portal/src/app/(app)/club/page.tsx b/sites/portal/src/app/(app)/club/page.tsx index a115426..c697305 100644 --- a/sites/portal/src/app/(app)/club/page.tsx +++ b/sites/portal/src/app/(app)/club/page.tsx @@ -386,7 +386,7 @@ export default function ClubPage() { - - + + ); } \ No newline at end of file From 05e7b6ab40ca7bfb2077bb998f5b591b14182858 Mon Sep 17 00:00:00 2001 From: aamoghS Date: Thu, 22 Jan 2026 16:55:36 -0500 Subject: [PATCH 2/2] he he ha ha --- .../src/app/(app)/admin-judging/page.tsx | 46 ++++++------ sites/portal/src/app/(app)/admin/page.tsx | 72 +++++++++---------- sites/portal/src/app/(app)/club/page.tsx | 32 ++++----- 3 files changed, 75 insertions(+), 75 deletions(-) diff --git a/sites/portal/src/app/(app)/admin-judging/page.tsx b/sites/portal/src/app/(app)/admin-judging/page.tsx index 0af3d75..9576ce7 100644 --- a/sites/portal/src/app/(app)/admin-judging/page.tsx +++ b/sites/portal/src/app/(app)/admin-judging/page.tsx @@ -63,7 +63,7 @@ export default function AdminResultsPage() { if (!mounted || status === 'loading' || adminLoading) { return (
- Syncing_Identity... + Syncing Identity...
); } @@ -79,13 +79,13 @@ export default function AdminResultsPage() { -

Security_Breach

+

Security Breach

Unauthorized access to voting protocols detected.

); @@ -104,13 +104,13 @@ export default function AdminResultsPage() {
- Judging_Analysis_Node + Judging Analysis Node

- Voting_Results + Voting Results

- Data_Evaluation_Layer // {selectedHackathon ? 'SYNC_ACTIVE' : 'IDLE'} + Data Evaluation Layer // {selectedHackathon ? 'SYNC ACTIVE' : 'IDLE'}

@@ -119,13 +119,13 @@ export default function AdminResultsPage() { onClick={() => router.push('/admin')} className="px-8 py-5 bg-black/40 border border-white/10 text-white font-bold text-sm uppercase tracking-widest hover:bg-[#00A8A8]/10 hover:border-[#00A8A8]/30 hover:text-[#00A8A8] transition-all rounded-xl font-mono" > - < Admin_Control + < Admin Control
@@ -136,7 +136,7 @@ export default function AdminResultsPage() { {/* Hackathon Selector */} {hackathons && hackathons.length > 0 && (
- +
{hackathons.map((h) => (