Skip to content

Commit

Permalink
refactor: Update Footer component with transparent background color
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsukiKigoshi committed Aug 1, 2024
1 parent 0955460 commit 9dfd39e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export default function Footer() {
return (
<Paper
sx={{
backgroundColor: "transparent",
position: "relative",
bottom: 0,
left: 0,
Expand Down

0 comments on commit 9dfd39e

Please sign in to comment.