From 3e6d4e61e5f174b732701d861ac4860c509d0ba2 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 1 Nov 2023 03:27:27 -0400 Subject: [PATCH] fix: update footer menu --- docusaurus.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index d7805cc..8861489 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -86,7 +86,11 @@ const config = { }, { label: "GitHub", - href: "https://github.com/lumeweb3", + href: "https://github.com/LumeWeb", + }, + { + label: "Git", + href: "https://git.lumeweb.com", }, ], },