Skip to content

Commit

Permalink
Add logo and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Baecher committed Feb 26, 2018
1 parent 50376e4 commit 6c3f2c8
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ bin/
combined_coverage.out
coverage.out
node_modules/
npm-debug.log
public/
public/bower_components/
bundle.js
dashboard/public/index.html
vendor/
3 changes: 2 additions & 1 deletion dashboard/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from 'react'
import { Link } from 'react-router-dom'

import Container from './Container'
import Logo from './Logo'
import './Header.css'

const Header = () =>
Expand All @@ -10,7 +11,7 @@ const Header = () =>
<div className='lk-header__wrapper'>
<ul>
<li>
<Link to='/'>Home</Link>
<Link to='/'><Logo /></Link>
</li>
<li>
<Link to='/new/environment'>New environment</Link>
Expand Down
5 changes: 5 additions & 0 deletions dashboard/components/Logo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.lk-logo {
height: 18px;
fill: currentColor;
vertical-align: text-bottom;
}
26 changes: 26 additions & 0 deletions dashboard/components/Logo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Laika</title>
<link rel="icon" href="/assets/favicon.png" type="image/png">
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added dashboard/public/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6c3f2c8

Please sign in to comment.