From ef5edcee60b9d4d47977111372f14d73618da32f Mon Sep 17 00:00:00 2001 From: Julius0505 Date: Sun, 7 Nov 2021 12:43:34 +0200 Subject: [PATCH] add benqi issue#29 --- pages/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 4df1359..2fde287 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -57,13 +57,6 @@ const appsPerNetwork = { url: "/mainnet/compound", description: "Money Market" }, - { - id: "benqi", - icon: CompoundIcon, - name: "Benqi", - url: "/avalanche/benqi", - description: "Money Market" - }, { id: "maker", icon: MakerIcon, @@ -139,6 +132,13 @@ const appsPerNetwork = { name: "Aave v2", url: "/aave-v2", description: "Lend and borrow straight from your Gnosis Safe" + }, + { + id: "benqi", + icon: CompoundIcon, + name: "Benqi", + url: "/avalanche/benqi", + description: "Money Market" } ] };