From ead95020f9e30ff2906189f33e4ff5487e245f00 Mon Sep 17 00:00:00 2001 From: shivanshiv Date: Mon, 24 Nov 2025 03:00:16 -0700 Subject: [PATCH] Fixes #65 --- src/components/ApplySection.tsx | 2 +- src/pageLayouts/ApplyPage.tsx | 36 +++++++++++++++++---------------- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/src/components/ApplySection.tsx b/src/components/ApplySection.tsx index a60d72b..35e06d0 100644 --- a/src/components/ApplySection.tsx +++ b/src/components/ApplySection.tsx @@ -9,7 +9,7 @@ type ApplySectionProps = { const ApplySection = (props: ApplySectionProps) => (
diff --git a/src/pageLayouts/ApplyPage.tsx b/src/pageLayouts/ApplyPage.tsx index 936b73a..da66396 100644 --- a/src/pageLayouts/ApplyPage.tsx +++ b/src/pageLayouts/ApplyPage.tsx @@ -295,23 +295,25 @@ const ApplyPage = () => { width={200} /> -

- Applications -

- -
    - {applications.map((section, index) => ( - - ))} -
+
+

+ Applications +

+ +
    + {applications.map((section, index) => ( + + ))} +
+
);