File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,16 +135,16 @@ class Home extends Component {
135
135
< p className = "" > Here are a few sites that got built partially or entirely on the boilerplate</ p >
136
136
</ div >
137
137
< div className = "d-flex align-items-center justify-content-center mt-4" >
138
- < a href = "https://alkanyx.com" target = "_blank" >
138
+ < a href = "https://alkanyx.com" target = "_blank" rel = "noopener noreferrer" >
139
139
< Image src = { Images . alkanyx_logo } className = "mx-3 mb-2 grayscale" height = { 64 } />
140
140
</ a >
141
- < a href = "https://illustation.io" target = "_blank" >
141
+ < a href = "https://illustation.io" target = "_blank" rel = "noopener noreferrer" >
142
142
< Image src = { Images . illustation_logo } className = "mx-3 mb-2 grayscale" height = { 64 } />
143
143
</ a >
144
- < a href = "https://taskcamp.net" target = "_blank" >
144
+ < a href = "https://taskcamp.net" target = "_blank" rel = "noopener noreferrer" >
145
145
< Image src = { Images . taskcamp_logo } className = "mx-3 mb-2 grayscale" height = { 64 } />
146
146
</ a >
147
- < a href = "https://firewoks.ro" target = "_blank" >
147
+ < a href = "https://firewoks.ro" target = "_blank" rel = "noopener noreferrer" >
148
148
< Image src = { Images . firewoks_logo } className = "mx-3 mb-2 grayscale" height = { 64 } />
149
149
</ a >
150
150
</ div >
You can’t perform that action at this time.
0 commit comments