Skip to content

Commit a20f608

Browse files
committed
Fix broken link and add rel attribute to anchor tag
1 parent 9eef3b5 commit a20f608

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/landing.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,11 @@ function Backers() {
252252
<h3>Thanks</h3>
253253
<p>
254254
Browser testing via{" "}
255-
<a href="https://www.lambdatest.com/" target="_blank">
255+
<a
256+
href="https://www.lambdatest.com/"
257+
target="_blank"
258+
rel="noopener noreferrer"
259+
>
256260
<img
257261
src="https://www.lambdatest.com/resources/images/logos/logo.svg"
258262
style={{

0 commit comments

Comments
 (0)