Fix spinner position in accounts/New
This commit is contained in:
parent
585746415a
commit
b2a1fda381
|
@ -193,8 +193,8 @@ export default function New(props: NewProps) {
|
||||||
</Button>
|
</Button>
|
||||||
</form>
|
</form>
|
||||||
) : (
|
) : (
|
||||||
<div className="text-center">
|
<div className="text-center pt-2">
|
||||||
<Spinner />
|
<Spinner className="m-auto" />
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue