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