Skip to content

Commit aab376d

Browse files
unsafe link removed
1 parent c97412f commit aab376d

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

src/components/About/About.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const About = ({
5252
<Subtitle darkText={darkText}>{venu}</Subtitle>
5353

5454
<LinkWrapper>
55-
<ExternalLink to={{ pathname: eventLinks }} target="_blank">
55+
<ExternalLink to={{ pathname: eventLinks }} target="_blank" rel="noreferrer">
5656
{Linkdisc}
5757
</ExternalLink>
5858
</LinkWrapper>

src/components/Footer/Footers.js

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ const Footers = () => {
2828
<Footertext
2929
to={{ pathname: "https://vitap.ac.in/android-club-2/" }}
3030
target="_blank"
31+
rel="noreferrer"
3132
>
3233
{" "}
3334
VIT-AP
3435
</Footertext>
3536
<Footertext
3637
to={{ pathname: "https://discord.gg/X4wHTzk" }}
3738
target="_blank"
39+
rel="noreferrer"
3840
>
3941
{" "}
4042
Discord Server
@@ -44,6 +46,7 @@ const Footers = () => {
4446
pathname: "https://www.instagram.com/androidclubvitap/?hl=en",
4547
}}
4648
target="_blank"
49+
rel="noreferrer"
4750
>
4851
{" "}
4952
Instagram
@@ -58,6 +61,7 @@ const Footers = () => {
5861
"https://mail.google.com/mail/?view=cm&fs=1&tf=1&[email protected]",
5962
}}
6063
target="_blank"
64+
rel="noreferrer"
6165
>
6266
{" "}
6367
Gmail
@@ -68,13 +72,15 @@ const Footers = () => {
6872
"https://www.linkedin.com/company/android-club-vit-ap",
6973
}}
7074
target="_blank"
75+
rel="noreferrer"
7176
>
7277
{" "}
7378
LinKedIn{" "}
7479
</Footertext>
7580
<Footertext
7681
to={{ pathname: "https://github.com/Android-Club-VITAP" }}
7782
target="_blank"
83+
rel="noreferrer"
7884
>
7985
{" "}
8086
GITHUB{" "}
@@ -91,12 +97,11 @@ const Footers = () => {
9197
"https://github.com/Android-Club-VITAP/VTOP-Extended",
9298
}}
9399
target="_blank"
100+
rel="noreferrer"
94101
>
95102
{" "}
96103
VTOP-Extended
97104
</Footertext>
98-
{/* <Footertext to=""> Vit-AP</Footertext>
99-
<Footertext to=""> Vit-AP</Footertext> */}
100105
<FootertextHide to="/AndroidClub">Vit </FootertextHide>
101106
<FootertextHide to="/AndroidClub"> Vit </FootertextHide>
102107
</FooterItems>
@@ -119,6 +124,7 @@ const Footers = () => {
119124
href="//www.instagram.com/androidclubvitap/?hl=en"
120125
target="_blank"
121126
aria-label="Instagram"
127+
rel="noreferrer"
122128
>
123129
{" "}
124130
<FaInstagram />{" "}
@@ -127,6 +133,7 @@ const Footers = () => {
127133
href="//discord.gg/X4wHTzk"
128134
target="_blank"
129135
aria-label="Discord"
136+
rel="noreferrer"
130137
>
131138
{" "}
132139
<SiDiscord />{" "}
@@ -135,6 +142,7 @@ const Footers = () => {
135142
href="//github.com/Android-Club-VITAP"
136143
target="_blank"
137144
aria-label="GitHub"
145+
rel="noreferrer"
138146
>
139147
{" "}
140148
<FaGithub />{" "}
@@ -143,6 +151,7 @@ const Footers = () => {
143151
href="//mail.google.com/mail/?view=cm&fs=1&tf=1&[email protected]"
144152
target="_blank"
145153
aria-label="G-mail"
154+
rel="noreferrer"
146155
>
147156
{" "}
148157
<SiGmail />{" "}

0 commit comments

Comments
 (0)