feat: Add verified badge to team member card (#216)

Co-authored-by: Kendell R <KTibow@users.noreply.github.com>
Co-authored-by: Ushie <ushiekane@gmail.com>
This commit is contained in:
oSumAtrIX
2024-09-08 22:31:57 +02:00
committed by GitHub
parent 7c066ac0b5
commit 486e9ef62e
6 changed files with 158 additions and 13 deletions

View File

@@ -49,6 +49,12 @@ export interface TeamMember {
avatar_url: string;
url: string;
bio?: string;
gpg_key: GpgKey;
}
expose interface GpgKey {
id: string;
url: string;
}
export interface CryptoWallet {