diff --git a/website/app/layout.config.tsx b/website/app/layout.config.tsx index 0d7d4b93..327abc3b 100644 --- a/website/app/layout.config.tsx +++ b/website/app/layout.config.tsx @@ -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: ( @@ -28,20 +28,14 @@ export const baseOptions: HomeLayoutProps = { transparentMode: "top" }, links: [ - { - icon: , - text: "Blog", - url: "/blog", - active: "nested-url" - }, { text: "Showcase", - url: "/showcase", + url: "/carbon/even-more/powered-by-carbon", icon: }, { text: "Sponsors", - url: "/sponsors", + url: "https://github.com/sponsors/buape", icon: } ]