1
0
Fork 0
mirror of synced 2024-09-17 01:38:40 +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>
<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 />