From 2637f844c54a0d8369ff666162e4e20fdbfe09ab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:52:00 +0000 Subject: [PATCH] Update src/app/submissions/page.tsx --- src/app/submissions/page.tsx | 58 ++++++++---------------------------- 1 file changed, 13 insertions(+), 45 deletions(-) diff --git a/src/app/submissions/page.tsx b/src/app/submissions/page.tsx index bf0d273..ed1c3e3 100644 --- a/src/app/submissions/page.tsx +++ b/src/app/submissions/page.tsx @@ -17,8 +17,7 @@ const navItems = [ const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Dashboard", href: "/" }, { label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, @@ -26,8 +25,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "/docs" }, { label: "API Reference", href: "/api-docs" }, { label: "Tutorials", href: "/tutorials" }, @@ -35,8 +33,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -44,8 +41,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Security", href: "/security" }, @@ -99,29 +95,17 @@ export default function SubmissionsPage() {
{[ { - title: "Filter by College", - desc: "Instantly filter submissions by specific colleges to focus on institutional performance", - }, + title: "Filter by College", desc: "Instantly filter submissions by specific colleges to focus on institutional performance"}, { - title: "Filter by Batch", - desc: "Narrow down submissions to specific batches, enabling focused analysis on evaluation cycles", - }, + title: "Filter by Batch", desc: "Narrow down submissions to specific batches, enabling focused analysis on evaluation cycles"}, { - title: "Filter by Student", - desc: "View individual student submissions to monitor progress and provide targeted feedback", - }, + title: "Filter by Student", desc: "View individual student submissions to monitor progress and provide targeted feedback"}, { - title: "Filter by Track", - desc: "Analyze submissions across different coding tracks (Core, DSA, SQL)", - }, + title: "Filter by Track", desc: "Analyze submissions across different coding tracks (Core, DSA, SQL)"}, { - title: "Code Submission View", - desc: "Full syntax-highlighted code review interface with execution results", - }, + title: "Code Submission View", desc: "Full syntax-highlighted code review interface with execution results"}, { - title: "Score Metrics", - desc: "Comprehensive scoring breakdown including accuracy and efficiency metrics", - }, + title: "Score Metrics", desc: "Comprehensive scoring breakdown including accuracy and efficiency metrics"}, ].map((item, idx) => (