diff --git a/ui/src/pages/Landing.js b/ui/src/pages/Landing.js deleted file mode 100644 index 385d784..0000000 --- a/ui/src/pages/Landing.js +++ /dev/null @@ -1,35 +0,0 @@ -import React, { Component, Fragment } from 'react' -import { Link } from 'react-router-dom' -import Scrollbars from 'react-custom-scrollbars' -import Typist from 'react-typist' -import moment from 'moment' -import './landing.sass' -import discordLogo from './images/discord-logo.svg' -import RoleypolyDemo from '../components/demos/roleypoly' -import TypingDemo from '../components/demos/typing' - -const Landing = ({ root = false }) => -
-
-
-

Self-assignable Discord roles for humans.

-

Ditch bot commands once and for all.

-
-
- Sign in with Discord -
-
- {/* Typist */} -
- -

Why are we still using antiques?

-
- {/* role side */} -
- -

It's 2018. We can do better.

-
-
-
-
-export default Landing diff --git a/ui/static/favicon.ico b/ui/static/favicon.ico deleted file mode 100644 index 4965832..0000000 Binary files a/ui/static/favicon.ico and /dev/null differ