Skip to content

Commit

Permalink
0.0.8 banner
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Jun 23, 2024
1 parent bb2a1f6 commit 4cf8b38
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions theme.config.tsx
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
import Link from "next/link";
import { DocsThemeConfig } from "nextra-theme-docs";
import EditOnGithub from "./components/EditOnGithub";
import Footer from "./components/Footer";
import Head from "./components/Head";
import Link from "next/link";
import Logo from "./components/Logo";
import { useRouter } from "next/router";
import Footer from "./components/Footer";
import EditOnGithub from "./components/EditOnGithub";
import { DocsThemeConfig } from "nextra-theme-docs";

const config: DocsThemeConfig = {
banner: {
key: "0.0.7",
key: "0.0.8",
text: (
<Link href="/download">
🎉 Ngroker 0.0.7 is released now. Rewrite by tauri small size, Download
Now →
🎉 Ngroker 0.0.8 is released now. Add advanced mode, Download Now →
</Link>
),
},
Expand Down

0 comments on commit 4cf8b38

Please sign in to comment.