Skip to content

Commit

Permalink
added logo
Browse files Browse the repository at this point in the history
  • Loading branch information
FlavioAandres committed Dec 21, 2020
1 parent 28afbb1 commit 4531eb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added client/public/imgs/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 client/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,7 @@
}
.eui-text-field + .eui-text-field{
margin-top: 10px !important;
}
.brand-logo-img{
height: 30px;
}
3 changes: 2 additions & 1 deletion client/src/components/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const navbar = ({ updateNav }) => {
<Navbar.Brand>
<a>
<img
src=""
className="brand-logo-img"
src="./imgs/logo.png"
onClick={(evt) => updateNav(evt, "home")}
alt="Finances Site"
/>
Expand Down

0 comments on commit 4531eb6

Please sign in to comment.