diff options
Diffstat (limited to 'src/App.js')
-rw-r--r-- | src/App.js | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -182,7 +182,11 @@ class App extends Component { <NotFound default /> </Router> </Container> - <Segment vertical textAlign="center" className="footer"> + <Segment + vertical + textAlign="center" + className={nightMode ? "footer night" : "footer"} + > Bievenido a Internet 2010-2019 <br /> <Icon name="github" /> |