From 3c40ffe1b988e993d3273b9b725a44e47588335d Mon Sep 17 00:00:00 2001
From: RK <guiltyparties@protonmail.com>
Date: Mon, 2 Dec 2024 21:39:49 +0000
Subject: [PATCH] Update wallets.ts

---
 src/helpers/wallets.ts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/helpers/wallets.ts b/src/helpers/wallets.ts
index 12bcc87..ee59fe2 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,
   },
-- 
GitLab