diff --git a/frontend/frontend/src/components/Generic/Button.js b/frontend/frontend/src/components/Generic/Button.js index d6f18202..f245c95d 100644 --- a/frontend/frontend/src/components/Generic/Button.js +++ b/frontend/frontend/src/components/Generic/Button.js @@ -11,7 +11,7 @@ const Button = (props) => { {...props} className={classnames( props.className, - 'border-0 py-2 px-6 inline-flex focus:outline-none rounded-sm text-lg', + 'border-0 py-2 px-6 inline-flex focus:outline-none rounded-s text-lg', )} > {props.children} diff --git a/frontend/frontend/src/pages/Home/stages/Login.js b/frontend/frontend/src/pages/Home/stages/Login.js index 358acc58..9aacd292 100644 --- a/frontend/frontend/src/pages/Home/stages/Login.js +++ b/frontend/frontend/src/pages/Home/stages/Login.js @@ -99,7 +99,7 @@ const LoginStage = ({ setCurrItem }) => { return (
-
+
{ )}
+ {/* Delete Account Button */} +
+ +

+ This will delete your GitHub Trends account and then + redirect you to a GitHub screen where you can revoke your + access token. +

+
+ {/* Logout Button */}
- - {/* Delete Account Button */} -
- -

- This will delete your GitHub Trends account and then - redirect you to a GitHub screen where you can revoke your - access token. -

-
) : ( <>