Skip to content

Commit

Permalink
fix(website): fix typo in banner (#14204)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Jul 19, 2023
1 parent 3ae2597 commit 64a8766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/website/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ import { ThemedImage } from "./components/ThemedImage";
import { useConfig } from "nextra-theme-docs";
import { useRouter } from "next/router";
import { ThemeToggle } from "./components/ThemeToggle";
import { ELDFELL_CONFIG } from "./domain/chain";

export default {
banner: {
key: "banner",
text: (
<a href="/docs/guides" target="_blank">
📌 Eldell L3 is here! Get started →
📌 {ELDFELL_CONFIG.names.shortishName} is here! Get started →
</a>
),
},
Expand Down

0 comments on commit 64a8766

Please sign in to comment.