fix: typo
This commit is contained in:
parent
6457680065
commit
8d510f5d90
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
))}
|
||||
|
|
Loading…
Reference in a new issue