From d1d2785c386b2398bc06266629c01c96f8d88d9f Mon Sep 17 00:00:00 2001 From: Chris-1010 <122332721@umail.ucc.ie> Date: Sun, 16 Feb 2025 23:02:05 +0000 Subject: [PATCH] FEAT: Update ResultsPage to route user to corresponding page upon click; --- frontend/src/pages/ResultsPage.tsx | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/frontend/src/pages/ResultsPage.tsx b/frontend/src/pages/ResultsPage.tsx index 7320f3c..06ec957 100644 --- a/frontend/src/pages/ResultsPage.tsx +++ b/frontend/src/pages/ResultsPage.tsx @@ -30,7 +30,11 @@ const ResultsPage: React.FC = ({}) => {

Categories