From 747d710a016c1b668514679934d6d76c4545c9fa Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:22:48 +0100 Subject: [PATCH] text input: style and small fixes --- frontend/frontend/src/components/Home/TextSection.js | 2 +- frontend/frontend/src/pages/Home/Home.js | 1 + frontend/frontend/src/pages/Home/stages/Customize.js | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/frontend/src/components/Home/TextSection.js b/frontend/frontend/src/components/Home/TextSection.js index 8da2c098..f1fa7220 100644 --- a/frontend/frontend/src/components/Home/TextSection.js +++ b/frontend/frontend/src/components/Home/TextSection.js @@ -38,7 +38,7 @@ const TextSection = ({ { fullSuffix += `username=${userId}`; break; case CardTypes.PIN: + fullSuffix += `username=${userId}`; fullSuffix += `repo=${repo}`; break; case CardTypes.GIST: diff --git a/frontend/frontend/src/pages/Home/stages/Customize.js b/frontend/frontend/src/pages/Home/stages/Customize.js index 033c78d3..c6a9b1e1 100644 --- a/frontend/frontend/src/pages/Home/stages/Customize.js +++ b/frontend/frontend/src/pages/Home/stages/Customize.js @@ -102,12 +102,12 @@ const CustomizeStage = ({
{!isAuthenticated && ( <> - Please + Please{' '} { e.preventDefault(); - setStage(1); + setStage(0); }} className="underline text-blue-900" > @@ -134,7 +134,7 @@ const CustomizeStage = ({ title="WakaTime Username" description={ <> - Set your + Set your{' '} {' '} username to fetch your stats. - } // TODO: make link visible + } placeholder={`e.g. "${DEMO_WAKATIME_USER}"`} value={wakatimeUser} setValue={setWakatimeUser}