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) => (