File tree Expand file tree Collapse file tree 7 files changed +6779
-8540
lines changed Expand file tree Collapse file tree 7 files changed +6779
-8540
lines changed Original file line number Diff line number Diff line change 6
6
"devDependencies" : {
7
7
"enzyme" : " ^3.0.0" ,
8
8
"gh-pages" : " ^3.1.0" ,
9
- "react-scripts" : " ^4 .0.3 " ,
9
+ "react-scripts" : " ^5 .0.1 " ,
10
10
"react-test-renderer" : " ^15.0.0" ,
11
11
"sw-precache" : " ^5.2.0"
12
12
},
18
18
},
19
19
"scripts" : {
20
20
"start" : " react-scripts start" ,
21
- "build" : " react-scripts build && sw-precache --config=sw-precache-config.js " ,
21
+ "build" : " react-scripts build" ,
22
22
"test" : " react-scripts test --env=jsdom" ,
23
23
"eject" : " react-scripts eject" ,
24
24
"deploy" : " npm run build&&gh-pages -b master -d build"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class LinkButton extends Component {
8
8
< div className = "LinkButton-Wrapper" >
9
9
< a
10
10
className = "LinkButton"
11
- href = "https://github.com/firstcontributions/first-contributions/blob/master /README.md"
11
+ href = "https://github.com/firstcontributions/first-contributions/blob/main /README.md"
12
12
>
13
13
< span > Get started </ span >
14
14
</ a >
Original file line number Diff line number Diff line change 3
3
exports [` renders a project card 1` ] = `
4
4
<a
5
5
className = " LinkButton"
6
- href = " https://github.com/firstcontributions/first-contributions/blob/master /README.md"
6
+ href = " https://github.com/firstcontributions/first-contributions/blob/main /README.md"
7
7
>
8
8
<span >
9
9
Get started
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import github from './github.svg';
8
8
const Navbar = ( ) => {
9
9
return (
10
10
< div className = "topnav" >
11
- < a href = "https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA " target = "_blank" rel = "noopener noreferrer" >
11
+ < a href = "https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w " target = "_blank" rel = "noopener noreferrer" >
12
12
< img src = { slack } className = "logo" alt = "slack logo" />
13
13
< span > Slack</ span >
14
14
</ a >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const Card = ({
20
20
21
21
return (
22
22
< div className = "Card-Container" >
23
- < a className = "Card-Real-Link" href = { projectLink } >
23
+ < a className = "Card-Real-Link" href = { projectLink } target = 'blank' >
24
24
< div className = "Card-Header" >
25
25
< img
26
26
className = "Project-Logo"
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments