From 241154256ce0a74c7df4fddfc80937203f7649b6 Mon Sep 17 00:00:00 2001 From: aaldebs99 Date: Tue, 17 Jun 2025 23:00:55 +0000 Subject: [PATCH] chore(server): Remove Why Choose Readur badge from upload page --- frontend/src/pages/UploadPage.tsx | 43 ------------------------------- 1 file changed, 43 deletions(-) diff --git a/frontend/src/pages/UploadPage.tsx b/frontend/src/pages/UploadPage.tsx index 905eef2..5b9669d 100644 --- a/frontend/src/pages/UploadPage.tsx +++ b/frontend/src/pages/UploadPage.tsx @@ -3,13 +3,10 @@ import { Box, Typography, Container, - Paper, Card, CardContent, List, ListItem, - ListItemIcon, - ListItemText, } from '@mui/material'; import Grid from '@mui/material/GridLegacy'; import { @@ -93,46 +90,6 @@ const UploadPage: React.FC = () => { {/* Features Sidebar */} - - - - - - Why Choose Readur? - - - - - {features.map((feature, index) => ( - - - - - - {feature.title} - - } - secondary={ - - {feature.description} - - } - /> - - ))} - - - {/* Tips Card */}