Added version number

This commit is contained in:
Henry Whitaker
2020-04-09 17:30:38 +01:00
parent 04bb133f2c
commit abb69a034b
3 changed files with 10 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ export default class Footer extends Component {
<Container>
<Row>
<Col sm={{ span: 12 }} className="text-center">
<p className="text-muted">View the code on <a href="https://github.com/henrywhitaker3/Speedtest-Tracker" target="_blank" rel="noopener noreferrer">GitHub</a></p>
<p className="text-muted">See the code on <a href="https://github.com/henrywhitaker3/Speedtest-Tracker" target="_blank" rel="noopener noreferrer">GitHub</a></p>
</Col>
</Row>
</Container>