Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 4a689c2

Browse files
Fixed bug on link of stats
1 parent 93bb7f6 commit 4a689c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/Form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ class Form extends React.Component {
683683
<div className={styles.repos_parent}>
684684
{this.state.repo_top_contributors.map((contributor) => (
685685
<div className={styles.repos_image}>
686-
<a href={contributor["url"]} target="_blank">
686+
<a href={contributor["html_url"]} target="_blank">
687687
<img
688688
src={
689689
"https://github-readme-stats.vercel.app/api?username=" +

0 commit comments

Comments
 (0)