mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
Fix login label
This commit is contained in:
9
types.ts
9
types.ts
@@ -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',
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user