mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-27 09:14:44 +01:00
Merge pull request #4857 from h3poteto/login/loading
Fix spinner position in accounts/New
This commit is contained in:
commit
61c4e776f9
@ -193,8 +193,8 @@ export default function New(props: NewProps) {
|
||||
</Button>
|
||||
</form>
|
||||
) : (
|
||||
<div className="text-center">
|
||||
<Spinner />
|
||||
<div className="text-center pt-2">
|
||||
<Spinner className="m-auto" />
|
||||
</div>
|
||||
)}
|
||||
</>
|
||||
|
Loading…
Reference in New Issue
Block a user