SPRING
diff --git a/frontend/src/components/Home/Home.jsx b/frontend/src/components/Home/Home.jsx
index 651c96e..bf175a1 100644
--- a/frontend/src/components/Home/Home.jsx
+++ b/frontend/src/components/Home/Home.jsx
@@ -147,7 +147,7 @@ function RecentlyPlayedElement({ setCurrentSong, song, name, image, singer }) {
function Genres() {
return (
-
+
Genres
@@ -244,7 +244,11 @@ function TopSongs({ currentArtist, setCurrentSong }) {
// console.log(topSongs)
return (
-
+
+
+
+
+
{title}
@@ -311,7 +315,11 @@ function TopArtists({ setCurrentArtist }) {
}, []);
return (
-
+
+
+
+
+
Top Artists
diff --git a/frontend/src/components/MusicPlayer.jsx b/frontend/src/components/MusicPlayer.jsx
index c6f55aa..880fc25 100644
--- a/frontend/src/components/MusicPlayer.jsx
+++ b/frontend/src/components/MusicPlayer.jsx
@@ -32,7 +32,7 @@ function MusicPlayer({ currSong, shouldAutoPlay }) {
}
return (
-
+
{/* Image and like details */}