diff --git a/client/src/App.jsx b/client/src/App.jsx index 4e1d6915af..5ff8da69ff 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -3,7 +3,7 @@ import VideoList from "./VideoRecommendations"; const App = () => { return ( <> -

Video Recommendations Updated

+

Video Recommendations

);