From 5a89e894a937cfc99bd16a98339bc91af46d5cbb Mon Sep 17 00:00:00 2001 From: cgi-bin/ <6095048+sven-hash@users.noreply.github.com> Date: Thu, 2 Feb 2023 10:34:08 +0100 Subject: [PATCH] typo: electrum (#2954) --- nym-connect/src/pages/menu/Apps.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-connect/src/pages/menu/Apps.tsx b/nym-connect/src/pages/menu/Apps.tsx index 59d2823b69..fb73d0b343 100644 --- a/nym-connect/src/pages/menu/Apps.tsx +++ b/nym-connect/src/pages/menu/Apps.tsx @@ -4,7 +4,7 @@ import { Box } from '@mui/system'; const appsSchema = { messagingApps: ['Telegram', 'Keybase'], - wallets: ['Blockstream', 'Electum'], + wallets: ['Blockstream', 'Electrum'], }; export const CompatibleApps = () => (