-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angelo/engr 730 add openpassport in widget #86
base: develop
Are you sure you want to change the base?
Conversation
… in credential value
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -39,6 +39,11 @@ const socials: { logo: ReactNode; title: string; credential: Credentials }[] = [ | |||
title: 'Discord', | |||
credential: 'discord', | |||
}, | |||
{ | |||
logo: <TelegramIcon width={20} />, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change icon to openpassport
@@ -48,6 +48,8 @@ export const getTextRecordIcon = (key: string) => { | |||
return <EmailIcon width={24} height={24} />; | |||
case 'org.telegram': | |||
return <TelegramIcon width={24} height={24} />; | |||
case 'app.openpassport': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change icon
@@ -58,6 +62,9 @@ export const SelectCredentialItem: FC<SelectCredentialItemProps> = ({ | |||
return <DiscordIcon width={30} />; | |||
case 'email': | |||
return <EmailIcon width={30} />; | |||
case 'openpassport': | |||
// TODO: Change to OpenPassportIcon | |||
return <TelegramIcon width={30} />; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change icon
… into angelo/engr-730-add-openpassport-in-widget
No description provided.