Skip to content

Commit

Permalink
docs: edit banner (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikmaierhoefer authored Dec 3, 2024
1 parent a778621 commit bb6d866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { DocsThemeConfig, Link, useConfig } from "nextra-theme-docs";
import { DocsThemeConfig, useConfig } from "nextra-theme-docs";
import { Cards, Steps, Tabs, Callout } from "nextra/components";
import { Logo } from "@/components/logo";
import { useRouter } from "next/router";
Expand All @@ -11,6 +11,7 @@ import { COOKBOOK_ROUTE_MAPPING } from "./lib/cookbook_route_mapping";
import { GeistSans } from "geist/font/sans";
import IconDiscord from "./components/icons/discord";
import FooterMenu from "./components/FooterMenu";
import Link from "next/link";
import {
AvailabilityBanner,
AvailabilitySidebar,
Expand Down

0 comments on commit bb6d866

Please sign in to comment.