Skip to content

Commit

Permalink
Lookout UI make logo link to Overview (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocamurri authored May 6, 2021
1 parent 014a600 commit 168f460
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions internal/lookout/ui/src/components/NavBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
flex-direction: row;
justify-content: flex-start;
align-items: center;
text-decoration: none;
color: white;
}

.toolbar .title .logo {
Expand Down
4 changes: 2 additions & 2 deletions internal/lookout/ui/src/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ function NavBar(props: RouteComponentProps) {
return (
<AppBar position="static">
<Toolbar className="toolbar">
<div className="title">
<a href="/" className="title">
<img
className="logo"
src={process.env.PUBLIC_URL + "./Armada-white-rectangle.png"}
alt={""} />
<Typography variant="h6" className="app-name">
Lookout
</Typography>
</div>
</a>
<div className="nav-items">
<Tabs
value={currentValue}
Expand Down

0 comments on commit 168f460

Please sign in to comment.