Adjust styling and home info and add info to notification page

This commit is contained in:
2016-12-24 15:20:28 -07:00
parent 4efaf30165
commit fd95bd10b7
5 changed files with 88 additions and 21 deletions
+3 -2
View File
@@ -26,11 +26,12 @@ export default class Site extends React.Component {
<div className="hero">
<div className="title">
<Link to={'/'}>
Notica
<img src="/assets/img/logo.svg" />
<span className="name">Notica</span>
</Link>
</div>
<div className="tagline">
Send a browser notification from your terminal. No installation. No registration.
Send browser notifications from your terminal. No installation. No registration.
</div>
</div>
{page}