Skip to content

Commit 8ad4f24

Browse files
committed
+ eslint fixes
1 parent 1184c57 commit 8ad4f24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Containers/Home.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,16 +135,16 @@ class Home extends Component {
135135
<p className="">Here are a few sites that got built partially or entirely on the boilerplate</p>
136136
</div>
137137
<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">
139139
<Image src={Images.alkanyx_logo} className="mx-3 mb-2 grayscale" height={64}/>
140140
</a>
141-
<a href="https://illustation.io" target="_blank">
141+
<a href="https://illustation.io" target="_blank" rel="noopener noreferrer">
142142
<Image src={Images.illustation_logo} className="mx-3 mb-2 grayscale" height={64}/>
143143
</a>
144-
<a href="https://taskcamp.net" target="_blank">
144+
<a href="https://taskcamp.net" target="_blank" rel="noopener noreferrer">
145145
<Image src={Images.taskcamp_logo} className="mx-3 mb-2 grayscale" height={64}/>
146146
</a>
147-
<a href="https://firewoks.ro" target="_blank">
147+
<a href="https://firewoks.ro" target="_blank" rel="noopener noreferrer">
148148
<Image src={Images.firewoks_logo} className="mx-3 mb-2 grayscale" height={64}/>
149149
</a>
150150
</div>

0 commit comments

Comments
 (0)