From 0efa058addd2ecb72b14cabac960a36fa3f7bdc6 Mon Sep 17 00:00:00 2001 From: veerendra19codes Date: Sun, 22 Oct 2023 20:19:43 +0530 Subject: [PATCH 1/3] Added/Edited Footer --- src/Components/Footer.jsx | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/Components/Footer.jsx b/src/Components/Footer.jsx index 3f719eb..37666b0 100644 --- a/src/Components/Footer.jsx +++ b/src/Components/Footer.jsx @@ -4,11 +4,23 @@ import { FaGithub } from "react-icons/fa"; const Footer = () => { return ( -
- - - -
© 2023 BeatBridge
+
+ {/* border-t-2 border-white */} +
+ + + +
© 2023 BeatBridge
+
+ +
+
Services
+
Discover
+
Around You
+
Top Artists
+
Top Charts
+
+
); }; From ed398d2cfe90fe007ef6e8c7269b9c2456ac15e5 Mon Sep 17 00:00:00 2001 From: veerendra19codes Date: Sun, 22 Oct 2023 20:25:38 +0530 Subject: [PATCH 2/3] enhanced footer --- src/Components/Footer.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Components/Footer.jsx b/src/Components/Footer.jsx index 37666b0..6f22b91 100644 --- a/src/Components/Footer.jsx +++ b/src/Components/Footer.jsx @@ -15,10 +15,10 @@ const Footer = () => {
Services
-
Discover
-
Around You
-
Top Artists
-
Top Charts
+
Discover
+
Around You
+
Top Artists
+
Top Charts
From 4a8e177f69d8bc40010bca75c74756fe04ed24d2 Mon Sep 17 00:00:00 2001 From: veerendra19codes Date: Sun, 22 Oct 2023 20:53:12 +0530 Subject: [PATCH 3/3] added footer in playerpage --- src/Components/Footer.jsx | 20 +++++--------------- src/Components/Player.jsx | 13 +++++++------ 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/src/Components/Footer.jsx b/src/Components/Footer.jsx index 6f22b91..30b0516 100644 --- a/src/Components/Footer.jsx +++ b/src/Components/Footer.jsx @@ -4,22 +4,12 @@ import { FaGithub } from "react-icons/fa"; const Footer = () => { return ( -
- {/* border-t-2 border-white */} -
- - - -
© 2023 BeatBridge
-
+
-
-
Services
-
Discover
-
Around You
-
Top Artists
-
Top Charts
-
+ + + +
© 2023 BeatBridge
); diff --git a/src/Components/Player.jsx b/src/Components/Player.jsx index cddcef9..3f05154 100644 --- a/src/Components/Player.jsx +++ b/src/Components/Player.jsx @@ -2,6 +2,7 @@ import { useEffect, useState } from "react"; import "../App.css"; import Background from "/Background.png"; import Navbar from "./Navbar"; +import Footer from "./Footer"; export default function Player({ accessToken }) { const [searchInput, setSearchInput] = useState(""); @@ -108,11 +109,10 @@ export default function Player({ accessToken }) {
@@ -133,9 +133,8 @@ export default function Player({ accessToken }) {

@@ -247,6 +246,8 @@ export default function Player({ accessToken }) {

+ +
);