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