From 91d7646359ca5b2f277dec6cf56ad88a84e39dcf Mon Sep 17 00:00:00 2001 From: aagaev Date: Mon, 16 Sep 2024 14:47:55 +0000 Subject: [PATCH] Update iota evm footerlinks --- configs/footer-links/iota-evm.json | 62 +++++++++++++++++------------- 1 file changed, 35 insertions(+), 27 deletions(-) diff --git a/configs/footer-links/iota-evm.json b/configs/footer-links/iota-evm.json index 1df82d32..0f13ff2d 100644 --- a/configs/footer-links/iota-evm.json +++ b/configs/footer-links/iota-evm.json @@ -1,6 +1,12 @@ -[{ - "title": "EVM Network", - "links": [{ +[ + { + "title": "IOTA EVM", + "links": [ + { + "text": "IOTA EVM", + "url": "https://explorer.evm.iota.org/" + }, + { "text": "Homepage", "url": "https://www.iota.org/" }, @@ -20,7 +26,8 @@ }, { "title": "Resources", - "links": [{ + "links": [ + { "text": "Developer", "url": "https://www.iota.org/get-started/for-developers" }, @@ -44,7 +51,8 @@ }, { "title": "Connect", - "links": [{ + "links": [ + { "text": "Twitter", "url": "https://twitter.com/iota" }, @@ -70,25 +78,25 @@ } ] }, - { - "title": "Partners", - "links": [ - { - "text": "MetaSuites", - "url": "https://blocksec.com/metasuites" - }, - { - "text": "Sourcify", - "url": "https://sourcify.dev/" - }, - { - "text": "DRPC", - "url": "https://drpc.org?ref=559183" - }, - { - "text": "BlockSec", - "url": "https://blocksec.com/" - } - ] - } -] + { + "title": "Partners", + "links": [ + { + "text": "MetaSuites", + "url": "https://blocksec.com/metasuites" + }, + { + "text": "Sourcify", + "url": "https://sourcify.dev/" + }, + { + "text": "DRPC", + "url": "https://drpc.org?ref=559183" + }, + { + "text": "BlockSec", + "url": "https://blocksec.com/" + } + ] + } +] \ No newline at end of file