From a43a443f02d0a4381b59cc7fd4f0eb75b491677f Mon Sep 17 00:00:00 2001 From: Kobe Date: Sun, 3 Nov 2024 16:46:01 -0500 Subject: [PATCH] update pages to align with design --- .../Fall2024ReleaseModalContent.tsx | 33 ++++++++----------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/packages/frontend/components/WhatsNewModal/Fall2024ReleaseModalContent.tsx b/packages/frontend/components/WhatsNewModal/Fall2024ReleaseModalContent.tsx index dc6e2f5e..eeada18c 100644 --- a/packages/frontend/components/WhatsNewModal/Fall2024ReleaseModalContent.tsx +++ b/packages/frontend/components/WhatsNewModal/Fall2024ReleaseModalContent.tsx @@ -21,7 +21,6 @@ export const Fall2024ReleaseModalContent: React.FC = ({ onClose, }) => { const featurePages: React.ReactNode[] = [ - , , , ]; @@ -51,27 +50,23 @@ export const Fall2024ReleaseModalContent: React.FC = ({ ); }; -const WhatsNewModalFeaturePage: React.FC = () => { - return ( - Stay up to date with the latest changes on GraduateNU! - } - image="https://placehold.co/600x400" - /> - ); -}; - const InProgressIndicatorFeaturePage: React.FC = () => { return ( - Have your degree audit move with you and see what requirement sections - are currently in progress! - + + + Want to know which major requirements are still in progress? + + + Look for the new + + + + icon to know which requirements are currently in-progress. + + } image={InProgressIndicatorImage.src} /> @@ -85,14 +80,14 @@ const SearchNEUIntegrationFeaturePage: React.FC = () => { descriptionSection={ - Want to know more about a class before adding it to the plan?{" "} + Want to know more about a class before adding it to the plan? Click on the new{" "} {" "} - button to read more about a class on SearchNEU + button to read more about a class on SearchNEU. }