We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f09f3 commit bc4be08Copy full SHA for bc4be08
www/src/Button.tsx
@@ -78,7 +78,7 @@ export const Badges = () => {
78
<img alt="npm bundle size" src="https://img.shields.io/bundlephobia/minzip/@uiw/react-md-editor" />
79
</a>
80
<a href="https://uiwjs.github.io/react-md-editor/coverage/lcov-report" target="__blank">
81
- <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" />
82
83
<br />
84
<a href="https://github.com/uiwjs/react-md-editor/actions" target="__blank">
0 commit comments