We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbde43 commit 4b1aca5Copy full SHA for 4b1aca5
src/components/LinkButton/LinkButton.jsx
@@ -8,7 +8,7 @@ class LinkButton extends Component {
8
<div className="LinkButton-Wrapper">
9
<a
10
className="LinkButton"
11
- href="https://github.com/firstcontributions/first-contributions/blob/master/README.md"
+ href="https://github.com/firstcontributions/first-contributions/blob/main/README.md"
12
>
13
<span> Get started </span>
14
</a>
src/components/LinkButton/__snapshots__/LinkButton.test.js.snap
@@ -3,7 +3,7 @@
3
exports[`renders a project card 1`] = `
4
5
6
7
<span>
Get started
0 commit comments