feat: add leap wallet svg logos

This commit is contained in:
ayush-leap
2024-08-22 17:50:37 +05:30
parent 64d5a675f9
commit b25e772317
4 changed files with 53 additions and 0 deletions
+10
View File
@@ -2889,5 +2889,15 @@ export const svgs: iSVG[] = [
dark: '/library/prettier-icon-dark.svg'
},
url: 'https://prettier.io/'
},
{
title: 'Leap Wallet',
category: ['Crypto', 'Software', 'Payment'],
route: '/library/leap-wallet.svg',
wordmark: {
light: '/library/leap-wallet-wordmark-light.svg',
dark: '/library/leap-wallet-wordmark-dark.svg'
},
url: 'https://leapwallet.io/'
}
];