From 481beac279b50571626d5f60bad4b515785cb866 Mon Sep 17 00:00:00 2001 From: Aaron Cox Date: Sun, 7 Jul 2024 14:50:58 -0700 Subject: [PATCH] Change icon --- src/components/layout/navigation/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/navigation/index.svelte b/src/components/layout/navigation/index.svelte index 2c48b076..b728a047 100644 --- a/src/components/layout/navigation/index.svelte +++ b/src/components/layout/navigation/index.svelte @@ -34,7 +34,7 @@ ...(rexIsAvailable($activeBlockchain) ? [ { - icon: 'battery-charging', + icon: 'dollar-sign', name: 'Earn', path: '/earn', },