diff options
author | 2020-09-28 20:11:01 +0100 | |
---|---|---|
committer | 2020-09-28 20:11:01 +0100 | |
commit | 5a9fd83967c4bf425e77f5882c627501cb4dd70e (patch) | |
tree | 430d3af6766fb4c93be28e6899b71136fefa36f1 /src/pages/LandingPage.tsx | |
parent | Merge pull request #8 from python-discord/dev/remove-duplicate-console-log (diff) |
Use Uni Sans font for header
Diffstat (limited to 'src/pages/LandingPage.tsx')
-rw-r--r-- | src/pages/LandingPage.tsx | 3 |
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}/> |