Skip to content

Commit

Permalink
fix: update default href for link
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn320 committed Feb 9, 2023
1 parent 1cf700c commit 2a142b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Link/Link.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function Link(props) {

Link.defaultProps = {
target: "_self",
href: "/",
href: "#",
};

Link.propTypes = {
Expand Down

0 comments on commit 2a142b9

Please sign in to comment.