From 41b28da0732337fda14f3fafb286e398b1fd48f0 Mon Sep 17 00:00:00 2001 From: rebeccadumazert Date: Wed, 14 Aug 2024 11:49:07 +0200 Subject: [PATCH] feat(route): replace modal eligibility with dedicated page --- index.html | 2 +- src/Pages/Eligibility/EligibilityTest.tsx | 27 +--- src/Pages/Eligibility/eligibility.css | 4 + src/Pages/HomeLayout.tsx | 155 +++++++++------------- src/Pages/SiteMap.tsx | 5 + src/routes/Router.tsx | 9 ++ 6 files changed, 88 insertions(+), 114 deletions(-) diff --git a/index.html b/index.html index b3c9489..83e1006 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ crossorigin="use-credentials" /> - +