From 97189b7998f469ee5c240cb7b1622a39e9ac25c7 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 */}