Skip to content

Commit

Permalink
new release with updated nav injection
Browse files Browse the repository at this point in the history
  • Loading branch information
irfankhan10 committed Oct 8, 2024
1 parent 0c2cebd commit f1eaf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/injectNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import { ComponentProps } from "react";
const root = createRoot(renderIn)

root.render(
<div className="use-tailwind"> <div className="antialiased" style={{fontFamily: `Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"`}}><DocsNavBar activePath="/" linkComponent={(props: ComponentProps<NextLink>) => <a {...props}></a>} ></DocsNavBar> </div></div>
<div className="use-tailwind"> <div className="antialiased" style={{fontFamily: `Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"`}}><DocsNavBar activePath="/" ></DocsNavBar> </div></div>
)
})()

0 comments on commit f1eaf94

Please sign in to comment.