Center login prompt heading

This commit is contained in:
Andrew Kingston 2022-11-23 12:32:57 +00:00
parent 41cf7ddfb2
commit 47a96628ab
1 changed files with 1 additions and 1 deletions

View File

@ -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 />