Skip to content

Commit

Permalink
feat: update website.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 18, 2024
1 parent 0156459 commit 01ecfba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ root.render(
description={pkg.description}
version={`v${VERSION}`}
>
<MarkdownPreviewExample.NavMenu
title="Monorepo Template"
menus={[
<a target="_blank" href="https://jaywcjlove.github.io/#/sponsor" rel="noopener noreferrer">
Sponsor
</a>,
]}
/>
<Github href="https://github.com/uiwjs/react-monorepo-template" />
</MarkdownPreviewExample>,
);

0 comments on commit 01ecfba

Please sign in to comment.