@@ -30,7 +30,7 @@ function Landing() {
3030 < a
3131 href = { socialsData . github }
3232 target = '_blank'
33- rel = ' noreferrer'
33+ rel = "noopener noreferrer"
3434 >
3535 < FaGithub
3636 className = 'landing--social'
@@ -42,7 +42,7 @@ function Landing() {
4242 < a
4343 href = { socialsData . twitter }
4444 target = '_blank'
45- rel = ' noreferrer'
45+ rel = "noopener noreferrer"
4646 >
4747 < FaTwitter
4848 className = 'landing--social'
@@ -54,7 +54,7 @@ function Landing() {
5454 < a
5555 href = { socialsData . linkedIn }
5656 target = '_blank'
57- rel = ' noreferrer'
57+ rel = "noopener noreferrer"
5858 >
5959 < FaLinkedin
6060 className = 'landing--social'
@@ -66,7 +66,7 @@ function Landing() {
6666 < a
6767 href = { socialsData . youtube }
6868 target = '_blank'
69- rel = ' noreferrer'
69+ rel = "noopener noreferrer"
7070 >
7171 < FaYoutube
7272 className = 'landing--social'
@@ -78,7 +78,7 @@ function Landing() {
7878 < a
7979 href = { socialsData . replit }
8080 target = '_blank'
81- rel = ' noreferrer'
81+ rel = "noopener noreferrer"
8282 >
8383 < FaCodepen
8484 className = 'landing--social'
@@ -90,7 +90,7 @@ function Landing() {
9090 < a
9191 href = { socialsData . replit }
9292 target = '_blank'
93- rel = ' noreferrer'
93+ rel = "noopener noreferrer"
9494 >
9595 < SiReplit
9696 className = 'landing--social'
@@ -124,7 +124,7 @@ function Landing() {
124124 < a
125125 href = { socialsData . github }
126126 target = '_blank'
127- rel = ' noreferrer'
127+ rel = "noopener noreferrer"
128128 >
129129 < FaGithub
130130 className = 'landing--social2'
@@ -136,7 +136,7 @@ function Landing() {
136136 < a
137137 href = { socialsData . twitter }
138138 target = '_blank'
139- rel = ' noreferrer'
139+ rel = "noopener noreferrer"
140140 >
141141 < FaTwitter
142142 className = 'landing--social2'
@@ -148,7 +148,7 @@ function Landing() {
148148 < a
149149 href = { socialsData . linkedIn }
150150 target = '_blank'
151- rel = ' noreferrer'
151+ rel = "noopener noreferrer"
152152 >
153153 < FaLinkedin
154154 className = 'landing--social2'
@@ -160,7 +160,7 @@ function Landing() {
160160 < a
161161 href = { socialsData . youtube }
162162 target = '_blank'
163- rel = ' noreferrer'
163+ rel = "noopener noreferrer"
164164 >
165165 < FaYoutube
166166 className = 'landing--social2'
@@ -172,7 +172,7 @@ function Landing() {
172172 < a
173173 href = { socialsData . replit }
174174 target = '_blank'
175- rel = ' noreferrer'
175+ rel = "noopener noreferrer"
176176 >
177177 < FaCodepen
178178 className = 'landing--social2'
@@ -184,7 +184,7 @@ function Landing() {
184184 < a
185185 href = { socialsData . replit }
186186 target = '_blank'
187- rel = ' noreferrer'
187+ rel = "noopener noreferrer"
188188 >
189189 < SiReplit
190190 className = 'landing--social2'
@@ -200,7 +200,7 @@ function Landing() {
200200 href = { headerData . resumePdf }
201201 download = 'resume'
202202 target = '_blank'
203- rel = ' noreferrer'
203+ rel = "noopener noreferrer"
204204 >
205205 < Button
206206 className = 'landing--button'
0 commit comments