Fix typo
This commit is contained in:
parent
6f2c1f5585
commit
b4c9b0d5d8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue