diff --git a/public/icons/wallets/axs.svg b/public/icons/wallets/axs.svg
new file mode 100644
index 0000000..3ccdb2c
--- /dev/null
+++ b/public/icons/wallets/axs.svg
@@ -0,0 +1,5 @@
+
diff --git a/src/components/WalletConnection/WalletSelector.tsx b/src/components/WalletConnection/WalletSelector.tsx
index c117588..fb8cbda 100644
--- a/src/components/WalletConnection/WalletSelector.tsx
+++ b/src/components/WalletConnection/WalletSelector.tsx
@@ -26,10 +26,10 @@ const WalletRow = ({ walletName, walletType }: WalletRowProps) => {
case WalletType.INJECTED:
return (
);
case WalletType.WALLET_CONNECT:
@@ -192,8 +192,8 @@ export const WalletSelector = () => {
{error && {handleBlocking()}}