mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-30 06:11:04 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user