fix: adjust layout for Signup component
This commit is contained in:
parent
526b64aec0
commit
2662373704
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ export default function Signup({
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="w-full flex gap-2 items-center">
|
<div className="w-full flex flex-col sm:flex-row gap-2 items-stretch">
|
||||||
<Button onClick={handleDownload} className="w-full">
|
<Button onClick={handleDownload} className="w-full">
|
||||||
<Download />
|
<Download />
|
||||||
{t('Download Backup File')}
|
{t('Download Backup File')}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue