11import React from 'react' ;
2- import { Button , Icon } from 'semantic-ui-react' ;
32
43const Landing = ( ) => {
54 return (
@@ -12,7 +11,7 @@ const Landing = () => {
1211 < a href = "/about.html" > About</ a >
1312 < a href = "/developer-portal.html" > Developer Portal</ a >
1413 < a href = "/bug-bounty-program.html" > Bug Bounty Program</ a >
15- < a href = "https://blog.openfuture.io/" target = "_blank" > Blog</ a >
14+ < a href = "https://blog.openfuture.io/" target = "_blank" rel = "noopener noreferrer" > Blog</ a >
1615 < a href = "/support.html" > Support</ a >
1716 </ nav >
1817
@@ -28,17 +27,17 @@ const Landing = () => {
2827 < a href = "/about.html" > About</ a >
2928 < a href = "/developer-portal.html" > Developer Portal</ a >
3029 < a href = "/bug-bounty-program.html" > Bug Bounty Program</ a >
31- < a href = "https://blog.openfuture.io/" target = "_blank" > Blog</ a >
30+ < a href = "https://blog.openfuture.io/" target = "_blank" rel = "noopener noreferrer" > Blog</ a >
3231 < a href = "/support.html" > Support</ a >
3332 </ div >
3433 < div className = "soc-links" >
35- < a href = "https://twitter.com/OpenPlatformICO" target = "_blank" >
34+ < a href = "https://twitter.com/OpenPlatformICO" target = "_blank" rel = "noopener noreferrer" >
3635 < img src = "img/landing_new/Twitter.png" alt = "Twitter" />
3736 </ a >
38- < a href = "https://www.facebook.com/OpenPlatformICO/" target = "_blank" >
37+ < a href = "https://www.facebook.com/OpenPlatformICO/" target = "_blank" rel = "noopener noreferrer" >
3938 < img src = "img/landing_new/Facebook.png" alt = "Facebook" />
4039 </ a >
41- < a href = "https://t.me/joinchat/FDNbh0M079p5fnfOHFEJaw" target = "_blank" >
40+ < a href = "https://t.me/joinchat/FDNbh0M079p5fnfOHFEJaw" target = "_blank" rel = "noopener noreferrer" >
4241 < img src = "img/landing_new/Telegram.png" alt = "Telegram" />
4342 </ a >
4443 </ div >
@@ -98,13 +97,13 @@ const Landing = () => {
9897 < a href = "/" > < img src = "img/landing_new/logo.svg" alt = "logo" /> </ a >
9998 </ div >
10099 < div className = "social_links" >
101- < a href = "https://twitter.com/OpenPlatformICO" target = "_blank" >
100+ < a href = "https://twitter.com/OpenPlatformICO" target = "_blank" rel = "noopener noreferrer" >
102101 < img src = "img/landing_new/Twitter.png" alt = "Twitter" />
103102 </ a >
104- < a href = "https://www.facebook.com/OpenPlatformICO/" target = "_blank" >
103+ < a href = "https://www.facebook.com/OpenPlatformICO/" target = "_blank" rel = "noopener noreferrer" >
105104 < img src = "img/landing_new/Facebook.png" alt = "Facebook" />
106105 </ a >
107- < a href = "https://t.me/joinchat/FDNbh0M079p5fnfOHFEJaw" target = "_blank" >
106+ < a href = "https://t.me/joinchat/FDNbh0M079p5fnfOHFEJaw" target = "_blank" rel = "noopener noreferrer" >
108107 < img src = "img/landing_new/Telegram.png" alt = "Telegram" />
109108 </ a >
110109 </ div >
0 commit comments