aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/LandingPage.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/LandingPage.tsx')
-rw-r--r--src/pages/LandingPage.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pages/LandingPage.tsx b/src/pages/LandingPage.tsx
index 16d40c4..37785a6 100644
--- a/src/pages/LandingPage.tsx
+++ b/src/pages/LandingPage.tsx
@@ -3,7 +3,6 @@ import { jsx } from "@emotion/core";
import HeaderBar from "../components/HeaderBar";
import FormListing from "../components/FormListing";
-import OAuth2Button from "../components/OAuth2Button";
function LandingPage() {
return <div>
@@ -11,8 +10,6 @@ function LandingPage() {
<div css={{marginLeft: "20px"}}>
<h1>Welcome to Python Discord Forms</h1>
- <OAuth2Button/>
-
<h3>Available forms</h3>
<FormListing title="Ban Appeals" description="Appealing bans from the Discord server" open={true}/>