diff options
author | Renard | 2019-09-16 19:53:52 -0300 |
---|---|---|
committer | Renard | 2019-09-16 19:53:52 -0300 |
commit | 66981cecd8e14916d0dff57f6204bb0fb6f3de9c (patch) | |
tree | 494bd2f7047ce447ed734a6defbfc18b5e04d668 /src | |
parent | 88f146ce59ad59d89737854465cf0786066dc648 (diff) | |
download | bai-client-66981cecd8e14916d0dff57f6204bb0fb6f3de9c.tar.gz bai-client-66981cecd8e14916d0dff57f6204bb0fb6f3de9c.tar.xz bai-client-66981cecd8e14916d0dff57f6204bb0fb6f3de9c.zip |
Cambios en footer
Diffstat (limited to 'src')
-rw-r--r-- | src/App.js | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -102,7 +102,10 @@ class App extends Component { <Segment vertical textAlign="center" className="footer"> Bievenido a Internet 2010-2019 <br /> - bai-client + weabot + <Icon name="github" /> + <a href="https://github.com/Renard1911/bai-client">bai-client</a> + {" + "} + <a href="https://git.bienvenidoainternet.org/bai/weabot/">weabot</a> </Segment> </React.Fragment> ); |