Skip to content

Commit

Permalink
Inclusão da logo na parte interna do sistema
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh authored Mar 23, 2022
1 parent 86df5d2 commit 4391eb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file added frontend/src/assets/logo-dash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions frontend/src/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ import { AuthContext } from "../context/Auth/AuthContext";
import BackdropLoading from "../components/BackdropLoading";
import { i18n } from "../translate/i18n";

import logodash from "../assets/logo-dash.png";

const drawerWidth = 240;

const useStyles = makeStyles((theme) => ({
Expand Down Expand Up @@ -177,6 +179,7 @@ const LoggedInLayout = ({ children }) => {
open={drawerOpen}
>
<div className={classes.toolbarIcon}>
<img src={logodash} alt="logo" />
<IconButton onClick={() => setDrawerOpen(!drawerOpen)}>
<ChevronLeftIcon />
</IconButton>
Expand Down

0 comments on commit 4391eb0

Please sign in to comment.