1
0
Fork 0
mirror of synced 2024-09-08 13:41:09 +12:00

Center login prompt heading

This commit is contained in:
Andrew Kingston 2022-11-23 12:32:57 +00:00
parent 9ec58ca401
commit 3022f3b387

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