Center login prompt heading
This commit is contained in:
parent
41cf7ddfb2
commit
47a96628ab
|
@ -62,7 +62,7 @@
|
||||||
<Layout>
|
<Layout>
|
||||||
<Layout noPadding justifyItems="center">
|
<Layout noPadding justifyItems="center">
|
||||||
<img alt="logo" src={$organisation.logoUrl || Logo} />
|
<img alt="logo" src={$organisation.logoUrl || Logo} />
|
||||||
<Heading>Sign in to {company}</Heading>
|
<Heading textAlign="center">Sign in to {company}</Heading>
|
||||||
</Layout>
|
</Layout>
|
||||||
{#if loaded}
|
{#if loaded}
|
||||||
<GoogleButton />
|
<GoogleButton />
|
||||||
|
|
Loading…
Reference in New Issue