Skip to content

Commit

Permalink
Fix broken footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Oct 21, 2024
1 parent 528a8da commit 8c1c850
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -107,7 +107,7 @@ const config: Config = {
],
},
{
title: "More",
// title: "More",
items: [
{
label: "Magnolia Financial",
Expand Down

0 comments on commit 8c1c850

Please sign in to comment.