Skip to content

Commit

Permalink
website: fix github corners url error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 12, 2022
1 parent 50128de commit 893a7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const container = document.getElementById('root');
const root = createRoot(container!);
root.render(
<Fragment>
<GitHubCorners target="__blank" position="right" fixed href="https://github.com/uiwjs/react-github-corners" />
<GitHubCorners target="__blank" position="right" fixed href="https://github.com/jaywcjlove/generate-password" />
<dark-mode permanent light="Light" dark="Dark"></dark-mode>
<Markdown {...data} />
</Fragment>,
Expand Down

0 comments on commit 893a7b3

Please sign in to comment.