mirror of
https://github.com/franjsco/tomadoro
synced 2025-06-06 00:29:13 +02:00
add footer
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user