From 30a576f8bb824f8f19b43169447acdb03e6f9b92 Mon Sep 17 00:00:00 2001 From: ThisBirchWood Date: Fri, 30 May 2025 21:15:29 +0200 Subject: [PATCH] REMOVE main title from home page --- frontend/src/pages/Home.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx index b76a13c..e1e8fea 100644 --- a/frontend/src/pages/Home.tsx +++ b/frontend/src/pages/Home.tsx @@ -8,11 +8,6 @@ const Home = () => { className="h-36 mb-8 object-contain" /> - {/* Main Title */} -

- The VoD System -

- {/* Description Container */}