diff options
author | Renard | 2019-09-27 14:41:06 -0300 |
---|---|---|
committer | Renard | 2019-09-27 14:41:06 -0300 |
commit | 65ab130b61411c4f9a0cded069aa3bf5b5f8812f (patch) | |
tree | fdbf1aa70ec8dfbc164855014672dcf02f0618d5 /src/App.js | |
parent | 90e2d4a8a1a391b775800478d86de2b653716cd2 (diff) | |
download | bai-client-65ab130b61411c4f9a0cded069aa3bf5b5f8812f.tar.gz bai-client-65ab130b61411c4f9a0cded069aa3bf5b5f8812f.tar.xz bai-client-65ab130b61411c4f9a0cded069aa3bf5b5f8812f.zip |
wtfpl banner
Diffstat (limited to 'src/App.js')
-rw-r--r-- | src/App.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> ); |