From e1fbd73e8b3d02cf52c5deaa0c98798064978030 Mon Sep 17 00:00:00 2001 From: Georges KABBOUCHI Date: Mon, 16 Aug 2021 19:20:39 +0300 Subject: [PATCH] wip --- pages/{mainnet => }/1inch.vue | 0 pages/index.vue | 8 +-- pages/polygon/1inch.vue | 124 ---------------------------------- 3 files changed, 4 insertions(+), 128 deletions(-) rename pages/{mainnet => }/1inch.vue (100%) delete mode 100644 pages/polygon/1inch.vue diff --git a/pages/mainnet/1inch.vue b/pages/1inch.vue similarity index 100% rename from pages/mainnet/1inch.vue rename to pages/1inch.vue diff --git a/pages/index.vue b/pages/index.vue index e6d1db1..ff0288c 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -64,8 +64,8 @@ const appsPerNetwork = { id: "1inch", icon: OneInchIcon, name: "1inch", - url: "/mainnet/1inch", - description: "DEX aggregator with the best prices on the market" + url: "/1inch", + description: "DEX Aggregator" } ], polygon: [ @@ -80,8 +80,8 @@ const appsPerNetwork = { id: "1inch", icon: OneInchIcon, name: "1inch", - url: "/polygon/1inch", - description: "DEX aggregator with the best prices on the market" + url: "/1inch", + description: "DEX Aggregator" } ] }; diff --git a/pages/polygon/1inch.vue b/pages/polygon/1inch.vue deleted file mode 100644 index 9b12260..0000000 --- a/pages/polygon/1inch.vue +++ /dev/null @@ -1,124 +0,0 @@ - - -