From 96db43215d705a9d477a20664dd2ddb89512fb5c Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Tue, 9 Dec 2025 20:39:03 +0100 Subject: [PATCH] rounder buttons, step 1 layout --- .../frontend/src/components/Generic/Button.js | 2 +- .../frontend/src/pages/Home/stages/Login.js | 34 ++++++++++--------- 2 files changed, 19 insertions(+), 17 deletions(-) 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. -

-
) : ( <>