sipp11
6 years ago
6 changed files with 8 additions and 8 deletions
@ -1,13 +1,15 @@
|
||||
import React from 'react' |
||||
import { version } from '../../package.json' |
||||
|
||||
const Footer = () => |
||||
<footer className="footer"> |
||||
<div className="content has-text-centered"> |
||||
<img src="https://static.10ninox.com/goth-rect-640x160.svg" alt="GoTH" width="168" height="42" /> |
||||
<br/> |
||||
<br /> |
||||
<small>{ version }</small> |
||||
<br /> |
||||
<a href="javascript:location.reload(true)"><i className="fas fa-sync"></i> reload</a> |
||||
</div> |
||||
</footer> |
||||
|
||||
|
||||
export default Footer |
||||
|
Loading…
Reference in new issue