Skip to content

Commit

Permalink
website: fix coverage status badges url error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 30, 2023
1 parent a3f09f3 commit bc4be08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const Badges = () => {
<img alt="npm bundle size" src="https://img.shields.io/bundlephobia/minzip/@uiw/react-md-editor" />
</a>
<a href="https://uiwjs.github.io/react-md-editor/coverage/lcov-report" target="__blank">
<img alt="Coverage Status" src="https://uiwjs.github.io/react-md-editor/coverage/badges.svg" />
<img alt="Coverage Status" src="https://uiwjs.github.io/react-md-editor/badges.svg" />
</a>
<br />
<a href="https://github.com/uiwjs/react-md-editor/actions" target="__blank">
Expand Down

1 comment on commit bc4be08

@vercel
Copy link

@vercel vercel bot commented on bc4be08 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.