From 8c1c8504581109efec28808122743e63cf0af1a8 Mon Sep 17 00:00:00 2001 From: Zach Bloomquist Date: Mon, 21 Oct 2024 19:57:45 -0400 Subject: [PATCH] Fix broken footer links --- docusaurus.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index afcd6f3..2d12c5c 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -81,20 +81,20 @@ const config: Config = { style: "dark", links: [ { - title: "Docs", + // title: "Docs", items: [ { label: "Guides", to: "/guides", }, { - label: "Payment API", + label: "API Documentation", to: "/api/payments", }, ], }, { - title: "Community", + // title: "Community", items: [ { label: "GitHub", @@ -107,7 +107,7 @@ const config: Config = { ], }, { - title: "More", + // title: "More", items: [ { label: "Magnolia Financial",