diff options
author | 2020-10-06 14:48:49 +0100 | |
---|---|---|
committer | 2020-10-06 14:48:49 +0100 | |
commit | e06b2c25844f315954caae5ed1bc5782f4b81c86 (patch) | |
tree | e3e865836765be4f5f1b03572626e7c56c3effc2 /src/index.tsx | |
parent | Merge pull request #18 from python-discord/react/add-list-key (diff) | |
parent | Re-add the OAuth2 button to the home page (diff) |
Merge pull request #19 from python-discord/discord/add-oauth2-authorize
Add OAuth2 authorization
Diffstat (limited to 'src/index.tsx')
-rw-r--r-- | src/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx index b35dc6c..634fd81 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -5,7 +5,7 @@ import * as serviceWorker from './serviceWorker'; import colors from "./colors"; -console.log("%c Python Discord Forms ", `font-size: 8em; font-family: "Hind", "Arial"; font-weight: 900; background-color: ${colors.blurple}; border-radius: 10px;`) +console.log("%c Python Discord Forms ", `font-size: 6em; font-family: "Hind", "Arial"; font-weight: 900; background-color: ${colors.blurple}; border-radius: 10px;`) console.log("%cWelcome to Python Discord Forms", `font-size: 3em; font-family: "Hind", "Arial";`) console.log(` Environment: %c ${process.env.NODE_ENV} `, `padding: 2px; border-radius: 5px; background-color: ${process.env.NODE_ENV === "production" ? colors.success : colors.error}`) |