mirror of https://github.com/franjsco/tomadoro
add footer
This commit is contained in:
parent
b81393253e
commit
c2e41bdd44
|
@ -10,6 +10,12 @@ class App extends Component {
|
||||||
tomadoro
|
tomadoro
|
||||||
</div>
|
</div>
|
||||||
<Timer />
|
<Timer />
|
||||||
|
<div className="footer">
|
||||||
|
<p>
|
||||||
|
<a href="https://github.com/frab1t/tomadoro">tomadoro</a>{` `}
|
||||||
|
by <a href="https://twitter.com/frab1t">@frab1t</a> (Francesco Esposito)
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue