Skip to content

Commit

Permalink
img, footer
Browse files Browse the repository at this point in the history
remove unnecessary  images, footer adjust but not done yet
  • Loading branch information
Mayotopia04 committed Mar 29, 2024
1 parent 248c1f3 commit c03d8f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
import { Box, Typography } from "@mui/material";
import { Box, Typography, BottomNavigation } from "@mui/material";
// import css from "./Footer.module.css";

export const Footer = () => {
return (
<>
<Box sx={{backgroundColor: "#62487bae", position: "static"}}>
<BottomNavigation sx={{backgroundColor: "#62487bae"}}>
<Box sx={{position: "static"}}>

<Typography sx={{ color: "white", justifyContent: "center", height: "50px", alignItems: "center", display: "flex"}}>&copy; {new Date().getFullYear()} | Developed by &nbsp;<a style={{fontSize: "bold", color: "lightgreen"}} href="mayotopia04.github.io/goit-react-hw-08-phonebook">mayotopia04</a>&nbsp; of GoIT Global🧡
</Typography>
</Box>
</Box>
</BottomNavigation>
</>
);
};
Binary file removed src/images/IMG_7892.JPG
Binary file not shown.
Binary file removed src/images/IMG_7984.JPG
Binary file not shown.
Binary file removed src/images/maybe-bg2PNG.png
Binary file not shown.

0 comments on commit c03d8f5

Please sign in to comment.