File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ class SingleChallenge extends Component {
109
109
{ challenge . source . map ( ( s , key ) => (
110
110
< p key = { key } >
111
111
< strong > { s . name } </ strong >
112
- < Link to = { s . url } > { s . url } </ Link >
112
+ < a href = { s . url } > { s . url } </ a >
113
113
</ p >
114
114
) ) }
115
115
</ div >
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import davidImg from '../../assets/images/team/david.png';
8
8
import corgiImg from '../../assets/images/team/corginson.png' ;
9
9
import sydneyImg from '../../assets/images/team/sydney.png' ;
10
10
import { Helmet } from 'react-helmet' ;
11
- import { Link } from 'react-router-dom' ;
12
11
13
12
class About extends React . Component {
14
13
render ( ) {
@@ -64,7 +63,7 @@ class About extends React.Component {
64
63
new features you want.
65
64
</ p >
66
65
< p >
67
- < Link to = "https://github.com/corgicode/frontend-react" > Check us out on github</ Link >
66
+ < a href = "https://github.com/corgicode/frontend-react" target = "_blank" > Check us out on github</ a >
68
67
</ p >
69
68
< h2 > Zero bad vibes</ h2 >
70
69
< p >
You can’t perform that action at this time.
0 commit comments