Skip to content

Commit

Permalink
create and import logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mykovasyl committed Mar 20, 2023
1 parent 54dd348 commit 5d3392e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion client/src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import ChevronLeftIcon from "@mui/icons-material/ChevronLeft";
import ChevronRightIcon from "@mui/icons-material/ChevronRight";
import MuiAppBar from "@mui/material/AppBar";
import { styled, useTheme } from "@mui/material/styles";
import logo from "../logo/logoBooka.png";

export const UserContext = createContext();

Expand Down Expand Up @@ -164,7 +165,12 @@ function App() {
<MenuIcon />
</IconButton>
<Typography variant='h6' noWrap component='div'>
<img style={{ paddingTop: "10px" }} width='300' height='75' />
<img
src={logo}
style={{ paddingTop: "8px" }}
width='200'
height='72'
/>
</Typography>
</Toolbar>
</AppBar>
Expand Down

0 comments on commit 5d3392e

Please sign in to comment.