From e6a9f625b863933cf567c6c95bdc6f84a48f5b27 Mon Sep 17 00:00:00 2001 From: Scott Canning Date: Wed, 22 Apr 2026 09:59:02 -0400 Subject: [PATCH] updated explorer link --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index e937d15..e4e176d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -124,8 +124,8 @@ module.exports = { // className: 'navbar_item_button', }, { - href: "https://testnet.fluentscan.xyz/", - label: "Blockscout", + href: "https://fluentscan.xyz/", + label: "Explorer", position: "left", // className: 'navbar_item_button', },