aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>
);