From e60a460480e1b23645b1672533b5625768f9a26b Mon Sep 17 00:00:00 2001 From: codytseng Date: Fri, 26 Dec 2025 09:29:50 +0800 Subject: [PATCH] fix: adjust button layout for download and copy actions in Signup component --- src/components/AccountManager/Signup.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/AccountManager/Signup.tsx b/src/components/AccountManager/Signup.tsx index dcaa1e66..f55a9810 100644 --- a/src/components/AccountManager/Signup.tsx +++ b/src/components/AccountManager/Signup.tsx @@ -110,8 +110,8 @@ export default function Signup({ -
- @@ -122,7 +122,7 @@ export default function Signup({ setTimeout(() => setCopied(false), 2000) }} variant="secondary" - className="w-full" + className="flex-1" > {copied ? : } {copied ? t('Copied to Clipboard') : t('Copy to Clipboard')}