diff --git a/src/helpers/wallets.ts b/src/helpers/wallets.ts index 12bcc87b9cd82a8606985b4d3f1e5dbe24554bfb..ee59fe2949c8dbf5c5317a49c4577162e6eda985 100644 --- a/src/helpers/wallets.ts +++ b/src/helpers/wallets.ts @@ -95,11 +95,11 @@ export const WALLETS: IWallet[] = [ github: 'https://github.com/stoodkev/hive-keychain', }, { - id: 'leofinance', - name: 'LeoFinance', - image: 'leofinance.png', + id: 'inleo', + name: 'InLeo', + image: 'inleo.avif', os: [os.web], - website: 'https://leofinance.io', + website: 'https://inleo.io', types: ['wallet'], closedSource: true, },