aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLibravatar Renard 2019-09-16 19:53:52 -0300
committerLibravatar Renard 2019-09-16 19:53:52 -0300
commit66981cecd8e14916d0dff57f6204bb0fb6f3de9c (patch)
tree494bd2f7047ce447ed734a6defbfc18b5e04d668 /src
parent88f146ce59ad59d89737854465cf0786066dc648 (diff)
downloadbai-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.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index 747b246..ff5e712 100644
--- a/src/App.js
+++ b/src/App.js
@@ -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>
);