Skip to content

Commit 97622ec

Browse files
authored
Merge branch 'source' into CodeAnk2829-Issue#313
2 parents f2bfbf9 + db4fbcc commit 97622ec

File tree

7 files changed

+6779
-8540
lines changed

7 files changed

+6779
-8540
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"devDependencies": {
77
"enzyme": "^3.0.0",
88
"gh-pages": "^3.1.0",
9-
"react-scripts": "^4.0.3",
9+
"react-scripts": "^5.0.1",
1010
"react-test-renderer": "^15.0.0",
1111
"sw-precache": "^5.2.0"
1212
},
@@ -18,7 +18,7 @@
1818
},
1919
"scripts": {
2020
"start": "react-scripts start",
21-
"build": "react-scripts build && sw-precache --config=sw-precache-config.js",
21+
"build": "react-scripts build",
2222
"test": "react-scripts test --env=jsdom",
2323
"eject": "react-scripts eject",
2424
"deploy": "npm run build&&gh-pages -b master -d build"

src/components/LinkButton/LinkButton.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class LinkButton extends Component {
88
<div className="LinkButton-Wrapper">
99
<a
1010
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"
1212
>
1313
<span> Get started </span>
1414
</a>

src/components/LinkButton/__snapshots__/LinkButton.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`renders a project card 1`] = `
44
<a
55
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"
77
>
88
<span>
99
Get started

src/components/Navbar/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import github from './github.svg';
88
const Navbar = () => {
99
return (
1010
<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">
1212
<img src={slack} className="logo" alt="slack logo" />
1313
<span>Slack</span>
1414
</a>

src/components/ProjectList/ProjectsCards.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Card = ({
2020

2121
return (
2222
<div className="Card-Container">
23-
<a className="Card-Real-Link" href={projectLink}>
23+
<a className="Card-Real-Link" href={projectLink} target='blank'>
2424
<div className="Card-Header">
2525
<img
2626
className="Project-Logo"

src/components/ProjectList/listOfProjects.js

Lines changed: 901 additions & 780 deletions
Large diffs are not rendered by default.

yarn.lock

Lines changed: 5872 additions & 7754 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)