From c64dc1aafad6a6577f7c6fbf5af56e74b051c418 Mon Sep 17 00:00:00 2001
From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com>
Date: Tue, 18 Mar 2025 16:38:06 +0530
Subject: [PATCH] UI revamp and add download button
---
client/src/Pages/ResultsPage.tsx | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/client/src/Pages/ResultsPage.tsx b/client/src/Pages/ResultsPage.tsx
index 675b627..dc80bfb 100644
--- a/client/src/Pages/ResultsPage.tsx
+++ b/client/src/Pages/ResultsPage.tsx
@@ -84,7 +84,7 @@ function ResultsPage() {
@@ -103,7 +103,7 @@ function ResultsPage() {
@@ -123,7 +123,7 @@ function ResultsPage() {
@@ -156,20 +156,18 @@ function ResultsPage() {
mt: 4,
display: 'flex',
justifyContent: 'space-between',
- gap: 2, // Adds spacing between buttons
- flexWrap: 'wrap', // Ensures better behavior on smaller screens
+ gap: 2,
+ flexWrap: 'wrap',
}}
>
-
-
+
+
);
}
-export default ResultsPage;
+export default ResultsPage;
\ No newline at end of file