diff --git a/frontend/src/components/Footer.jsx b/frontend/src/components/Footer.jsx index 1f0a683..27db80d 100644 --- a/frontend/src/components/Footer.jsx +++ b/frontend/src/components/Footer.jsx @@ -12,7 +12,11 @@ import { Link } from "react-router-dom"; const Footer = () => { const currentYear = new Date().getFullYear(); return ( -
+ +
+ + + {/* //for logo and social links */}
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 */}