mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-09 16:42:48 +00:00
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,5 +1,4 @@
|
||||
config.json
|
||||
dist/config.json
|
||||
node_modules
|
||||
yarn-error*
|
||||
dist
|
||||
yarn-error*
|
||||
@@ -8,7 +8,7 @@ export default class Wrapper extends React.Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div className="Content">
|
||||
<div>
|
||||
<Navbar/>
|
||||
<div>
|
||||
{this.props.children}
|
||||
|
||||
@@ -5,16 +5,18 @@ export default class Home extends React.Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div className="Card">
|
||||
<div className="Card__header">
|
||||
GoBot Early Access Pre Pre Alpha
|
||||
</div>
|
||||
<p>This application is a work in progress.</p>
|
||||
<p>Check out the source code on
|
||||
<a href="https://github.com/mgerb/GoBot" target="_blank"> GitHub
|
||||
<i className="fa fa-github" aria-hidden="true"></i>
|
||||
</a>
|
||||
</p>
|
||||
<div className="Home">
|
||||
<div className="Card">
|
||||
<div className="Card__header">
|
||||
GoBot Early Access Pre Pre Alpha
|
||||
</div>
|
||||
<p>This application is a work in progress.</p>
|
||||
<p>Check out the source code on
|
||||
<a href="https://github.com/mgerb/GoBot" target="_blank"> GitHub
|
||||
<i className="fa fa-github" aria-hidden="true"></i>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
@import "../../scss/variables";
|
||||
|
||||
.Home {
|
||||
padding: 10px;
|
||||
}
|
||||
@@ -23,10 +23,6 @@ body {
|
||||
padding-left: $navbarWidth;
|
||||
}
|
||||
|
||||
.Content {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.Card {
|
||||
background-color: $gray2;
|
||||
border-radius: 5px;
|
||||
|
||||
2
dist/static/app.css
vendored
2
dist/static/app.css
vendored
File diff suppressed because one or more lines are too long
2
dist/static/app.js
vendored
2
dist/static/app.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user