Skip to content

Commit

Permalink
Fix incorrect href causing page not found error (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpita0911patel authored Jan 7, 2025
2 parents e6b3896 + e2dedb6 commit 25035d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export default function HomepageFeatures() {
<div className={styles.flexStart}>
<a
className={`button button--info ${styles.col4}`}
href="/Contribute"
href="/contribute"
style={{ textDecoration: "none", marginRight: "10px" }}
>
How to Contribute?
Expand Down

0 comments on commit 25035d1

Please sign in to comment.