From 8a9b5b524daf84c8a8e23c7488fea6b69792f7f7 Mon Sep 17 00:00:00 2001 From: Barty <0xbarty@gmail.com> Date: Thu, 19 Dec 2024 09:57:26 +0200 Subject: [PATCH] Fix duplicate id values in FooterBoxes arrays Update content.js --- src/datas/glossary/content.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/datas/glossary/content.js b/src/datas/glossary/content.js index 4cbd4bba3..93c63765c 100644 --- a/src/datas/glossary/content.js +++ b/src/datas/glossary/content.js @@ -5,7 +5,7 @@ export const FooterBoxes = [ button: { text: "Learn modular", href: "/learn/", - id: "career", + id: "learn-modular", type: "simple", }, }, @@ -15,7 +15,7 @@ export const FooterBoxes = [ button: { text: "Get started", href: "https://docs.celestia.org/", - id: "operator", + id: "build-testnet", type: "simple", }, }, @@ -28,7 +28,7 @@ export const FooterBoxes2 = [ button: { text: "Get started", href: "https://docs.celestia.org/", - id: "operator", + id: "experiment-testnet", type: "simple", }, }, @@ -38,7 +38,7 @@ export const FooterBoxes2 = [ button: { text: "Current openings", href: "/careers/", - id: "career", + id: "join-team", type: "simple", }, },