generated from goitacademy/react-homework-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unnecessary images, footer adjust but not done yet
- Loading branch information
1 parent
248c1f3
commit c03d8f5
Showing
4 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"}}>© {new Date().getFullYear()} | Developed by <a style={{fontSize: "bold", color: "lightgreen"}} href="mayotopia04.github.io/goit-react-hw-08-phonebook">mayotopia04</a> of GoIT Global🧡 | ||
</Typography> | ||
</Box> | ||
</Box> | ||
</BottomNavigation> | ||
</> | ||
); | ||
}; |
Binary file not shown.
Binary file not shown.
Binary file not shown.