From f371660a01f202a00bf6c9cad9995d79da715ccf Mon Sep 17 00:00:00 2001 From: prakhyatox Date: Fri, 8 Sep 2023 14:10:57 +0100 Subject: [PATCH] blocks positions are changed --- src/data/footerData.json | 51 ++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/src/data/footerData.json b/src/data/footerData.json index 30db959359..559a16b334 100644 --- a/src/data/footerData.json +++ b/src/data/footerData.json @@ -49,6 +49,31 @@ ] }, "thirdBlock": { + "header": "Users and Contributors", + "content": [ + { + "title": "Adopters and Collaborators", + "url": "/communities", + "urlType": "internal" + }, + { + "title": "Community Champions", + "url": "/community_champions", + "urlType": "internal" + }, + { + "title": "Educational", + "url": "/educational", + "urlType": "internal" + }, + { + "title": "Activities", + "url": "/communities#activities ", + "urlType": "internal" + } + ] + }, + "fourthBlock": { "header": "About Us", "content": [ { @@ -82,30 +107,6 @@ "urlType": "internal" } ] - }, - "fourthBlock": { - "header": "Users and Contributors", - "content": [ - { - "title": "Adopters and Collaborators", - "url": "/communities", - "urlType": "internal" - }, - { - "title": "Community Champions", - "url": "/community_champions", - "urlType": "internal" - }, - { - "title": "Educational", - "url": "/educational", - "urlType": "internal" - }, - { - "title": "Activities", - "url": "/communities#activities ", - "urlType": "internal" - } - ] } + }