Skip to content

Commit 20ce395

Browse files
committed
[broken], before upgrade
1 parent 2f803f0 commit 20ce395

40 files changed

+1269
-576
lines changed

src/Components/Badges.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,32 +64,32 @@ const Badges = (props) => {
6464
/>
6565
</a> */}
6666

67-
<a
67+
{/* <a
6868
style={styles.badge}
6969
href="https://packagequality.com/#?package=dropzone-ui"
7070
>
7171
<img
7272
src="https://packagequality.com/shield/dropzone-ui.svg"
7373
alt="Package Quality"
7474
/>
75-
</a>
75+
</a> */}
7676

77-
<a
77+
{/* <a
7878
style={styles.badge}
7979
href="https://packagephobia.com/result?p=@dropzone-ui/react"
8080
>
8181
<img
8282
src="https://packagephobia.com/badge?p=@dropzone-ui/react"
8383
alt="install size"
8484
/>
85-
</a>
85+
</a> */}
8686

87-
<a style={styles.badge} href="http://makeapullrequest.com">
87+
{/* <a style={styles.badge} href="http://makeapullrequest.com">
8888
<img
8989
src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square"
9090
alt="PRs Welcome"
9191
/>
92-
</a>
92+
</a> */}
9393
</div>
9494
);
9595
};

0 commit comments

Comments
 (0)