Skip to content

Commit

Permalink
add logo wide
Browse files Browse the repository at this point in the history
  • Loading branch information
BDav24 committed Oct 11, 2017
1 parent 6dac7a1 commit ba027b6
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/pages/Welcome.jsx
Expand Up @@ -4,7 +4,8 @@ export default class WelcomePage extends Component {
render () {
return (
<div style={{textAlign: 'center'}}>
<img src='/img/welcome.gif' style={{marginTop: '5%', maxWidth: '80%'}} alt='Welcome' />
<img src='/img/notifme-history.svg' alt='Logo'
style={{marginTop: '20%', width: '80%', maxWidth: '500px'}} />
</div>
)
}
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
124 changes: 124 additions & 0 deletions public/img/notifme-history.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/welcome.gif
Binary file not shown.

0 comments on commit ba027b6

Please sign in to comment.