Fix login label

This commit is contained in:
2024-02-02 18:57:07 +01:00
parent a600b82954
commit 4abcbe7f22
3 changed files with 7 additions and 9 deletions

View File

@@ -74,24 +74,21 @@ export interface Skill extends ParsedContent {
export const providers = [
{
slug: 'github',
label: 'Use Github',
label: 'Login with Github',
icon: 'i-ph-github-logo-bold',
link: '/auth/github',
color: 'black',
},
/* {
slug: 'twitter',
label: 'Use Twitter',
label: 'Login with Twitter',
icon: 'i-ph-twitter-logo-bold',
link: '/auth/twitter',
color: 'cyan',
}, */
{
slug: 'google',
label: 'Use Google',
label: 'Login with Google',
icon: 'i-ph-google-logo-bold',
link: '/auth/google',
color: 'red',
},
]