Skip to content
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

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

AngeloAyranji
Copy link
Contributor

No description provided.

Copy link

linear bot commented Jan 8, 2025

Copy link

vercel bot commented Jan 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
console ✅ Ready (Inspect) Visit Preview Jan 16, 2025 11:14am

@Ghadi8 Ghadi8 requested review from HadiKhai and anthony23991 and removed request for HadiKhai January 8, 2025 10:09
@@ -39,6 +39,11 @@ const socials: { logo: ReactNode; title: string; credential: Credentials }[] = [
title: 'Discord',
credential: 'discord',
},
{
logo: <TelegramIcon width={20} />,
Copy link
Collaborator

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':
Copy link
Collaborator

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} />;
Copy link
Collaborator

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants