Skip to content

Commit 6dd4dd4

Browse files
committed
improve ui
1 parent 5916f4f commit 6dd4dd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function Footer() {
55
const navigate = useNavigate();
66

77
return (
8-
<footer className="bg-body-tertiary text-center text-lg-start align-items-center fixed-bottom">
8+
<footer className=" text-center text-lg-start align-items-center fixed-bottom">
99
{/* Back and Forward Buttons */}
1010
<div className="d-flex justify-content-between p-3">
1111
{/* Back Button - Left Side */}

src/components/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function Navbar({ loggedin }) {
4343
};
4444

4545
return (
46-
<nav className="navbar navbar-expand-lg sticky-top">
46+
<nav className="navbar navbar-expand-lg sticky-top bg-body-tertiary">
4747
<div className="container-fluid">
4848
<button className="navbar-toggler" type="button" data-bs-toggle="collapse"
4949
data-bs-target="#navbarExample" aria-controls="navbarExample" aria-expanded="false" aria-label="Toggle navigation">

0 commit comments

Comments
 (0)