From 724733c8b7270e5ce34249388e0ba0323bd88070 Mon Sep 17 00:00:00 2001
From: Renard
Date: Mon, 16 Sep 2019 12:27:36 -0300
Subject: Footer
---
src/App.css | 5 +++++
src/App.js | 14 +++++++++++++-
2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/src/App.css b/src/App.css
index 3b800da..97fa329 100644
--- a/src/App.css
+++ b/src/App.css
@@ -78,3 +78,8 @@
color: rgba(0, 0, 0, 0.4);
font-style: italic;
}
+
+.footer {
+ margin-top: 3em !important;
+ padding: 1em 0 !important;
+}
\ No newline at end of file
diff --git a/src/App.js b/src/App.js
index 4c3df6c..107e380 100644
--- a/src/App.js
+++ b/src/App.js
@@ -4,7 +4,14 @@ import { Router, Link } from "@reach/router";
import "fomantic-ui-css/semantic.css";
import "./App.css";
-import { Dropdown, Menu, Icon, Loader, Container } from "semantic-ui-react";
+import {
+ Dropdown,
+ Menu,
+ Icon,
+ Loader,
+ Container,
+ Segment
+} from "semantic-ui-react";
import Home from "./Home";
import Thread from "./Thread";
import Board from "./Board";
@@ -93,6 +100,11 @@ class App extends Component {
+
+ Bievenido a Internet 2010-2019
+
+ bai-client + weabot
+
);
}
--
cgit v1.2.1-18-gbd029