Skip to content

Commit

Permalink
added MadrHacks logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Crisis82 committed Jul 11, 2023
1 parent 9097150 commit 7da1726
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 2 deletions.
137 changes: 137 additions & 0 deletions public/img/madr-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/next/components/navBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class NavBar extends Component {
render() {
return (
<nav className="navbar navbar-expand-lg navbar-dark bg-dark py-0">
<img className="logo" src="/public/img/dvteam_white.png" />
<div className="navbar-brand">Madr Farm</div>
<img className="logo" src="/public/img/madr-logo.svg" />
<div className="navbar-brand">MadrHacks Farmer</div>
</nav>
);
}
Expand Down

0 comments on commit 7da1726

Please sign in to comment.