Skip to content

Commit

Permalink
Fix layout.config.tsx URLs (#105)
Browse files Browse the repository at this point in the history
* Fix layout.config.txs urls

Fixes showcase and the github tab in the dropdown.

* Delete blog and fix sponsors.
  • Loading branch information
Xanderxx46 committed Sep 16, 2024
1 parent 971d73d commit b74198b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions website/app/layout.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { utils } from "~/app/source"
import { modes } from "~/modes"

export const baseOptions: HomeLayoutProps = {
githubUrl: "https://github.com/fuma-nama/fumadocs",
githubUrl: "https://github.com/buape/carbon",
nav: {
enableSearch: true,
title: (
Expand All @@ -28,20 +28,14 @@ export const baseOptions: HomeLayoutProps = {
transparentMode: "top"
},
links: [
{
icon: <BookIcon />,
text: "Blog",
url: "/blog",
active: "nested-url"
},
{
text: "Showcase",
url: "/showcase",
url: "/carbon/even-more/powered-by-carbon",
icon: <LayoutTemplateIcon />
},
{
text: "Sponsors",
url: "/sponsors",
url: "https://github.com/sponsors/buape",
icon: <Heart />
}
]
Expand Down

0 comments on commit b74198b

Please sign in to comment.