From 082b01ef512cf2902dc5e8d158675951151cec0b Mon Sep 17 00:00:00 2001 From: EvanLin3141 Date: Tue, 4 Mar 2025 00:19:07 +0000 Subject: [PATCH] STYLE: Added Styling for Categories, Vods and Following --- frontend/src/pages/Following.tsx | 100 +++++++++++++++---------------- frontend/src/pages/Vods.tsx | 90 +++++++++++++++++----------- 2 files changed, 105 insertions(+), 85 deletions(-) diff --git a/frontend/src/pages/Following.tsx b/frontend/src/pages/Following.tsx index b4a43c4..5b9a32c 100644 --- a/frontend/src/pages/Following.tsx +++ b/frontend/src/pages/Following.tsx @@ -5,6 +5,7 @@ import DynamicPageContent from "../components/Layout/DynamicPageContent"; import { useFollow } from "../hooks/useFollow"; import FollowUserButton from "../components/Input/FollowUserButton"; import FollowButton from "../components/Input/FollowButton"; +import Footer from "../components/Layout/Footer"; interface Streamer { user_id: number; @@ -78,63 +79,62 @@ const Following: React.FC = ({ extraClasses = "" }) => { }, [isLoggedIn]); return ( - -