fix: typo

This commit is contained in:
diced 2022-11-19 17:05:15 -08:00
parent 6457680065
commit 8d510f5d90
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -162,7 +162,7 @@ export default function Login({ title, user_registration, oauth_registration, oa
{oauth_providers.map(({ url, name, Icon }, i) => (
<Link key={i} href={url} passHref legacyBehavior>
<Button size='lg' fullWidth leftIcon={<Icon colorScheme='manage' />} component='a' my='sm'>
Login in with {name}
Login with {name}
</Button>
</Link>
))}