1
0
Fork 0
This commit is contained in:
Amarpreet Minhas 2019-08-03 21:14:26 -04:00
parent 6f2c1f5585
commit b4c9b0d5d8

View file

@ -3,7 +3,7 @@ import React, { Component } from 'react';
class Footer extends Component {
render() {
return (
<div class="ui section divider">
<div className="ui section divider">
<div className="ui horizontal inverted small">
<p><i>© 2019 SudoScientist</i></p>
</div>