From 65ab130b61411c4f9a0cded069aa3bf5b5f8812f Mon Sep 17 00:00:00 2001 From: Renard Date: Fri, 27 Sep 2019 14:41:06 -0300 Subject: wtfpl banner --- src/App.js | 5 +++++ src/wtfpl.png | Bin 0 -> 1229 bytes 2 files changed, 5 insertions(+) create mode 100644 src/wtfpl.png diff --git a/src/App.js b/src/App.js index 8f674fa..413e957 100644 --- a/src/App.js +++ b/src/App.js @@ -3,6 +3,7 @@ import { render } from "react-dom"; import { Router, Link } from "@reach/router"; import "fomantic-ui-css/semantic.css"; import "./App.css"; +import wtfpl from "./wtfpl.png"; import { Dropdown, @@ -193,6 +194,10 @@ class App extends Component { <a href="https://github.com/Renard1911/bai-client">bai-client</a> {" + "} <a href="https://git.bienvenidoainternet.org/bai/weabot/">weabot</a> + <br /> + <a href="http://www.wtfpl.net/about/"> + <img src={wtfpl} alt="Do what the fuck you want" /> + </a> </Segment> </React.Fragment> ); diff --git a/src/wtfpl.png b/src/wtfpl.png new file mode 100644 index 0000000..7355c10 Binary files /dev/null and b/src/wtfpl.png differ -- cgit v1.2.1-18-gbd029