Skip to content

Commit

Permalink
Added target="_blank" rel="noopener noreferrer" to several links
Browse files Browse the repository at this point in the history
  • Loading branch information
AlacrisDevs committed Aug 27, 2024
1 parent ceb04f6 commit 000da5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/Kontakt.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ const Kontakt = () => {
<br />
<li>
<MdFacebook />
<a href="https://facebook.com/ituk.taltech">
<a href="https://facebook.com/ituk.taltech" target="_blank" rel="noopener noreferrer">
facebook.com/ituk.taltech
</a>
</li>
<li>
<FaInstagram />
<a href="https://www.instagram.com/ituk.taltech">
<a href="https://www.instagram.com/ituk.taltech" target="_blank" rel="noopener noreferrer">
instagram.com/ituk.taltech
</a>
</li>
<li>
<FaGithub />
<a href="https://www.github.com/ituk-ttu">
<a href="https://www.github.com/ituk-ttu" target="_blank" rel="noopener noreferrer">
github.com/ituk-ttu
</a>
</li>
Expand Down
3 changes: 2 additions & 1 deletion src/components/Yritused.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ var events = (
<a
class=" text-[#870042]"
href="https://www.facebook.com/ituk.taltech/events"
>
target="_blank"
rel="noopener noreferrer">
Facebooki eventide lehelt.
</a>
);
Expand Down

0 comments on commit 000da5d

Please sign in to comment.