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')}