Skip to content

Commit

Permalink
Added target='_blank' and rel='noreferrer' to external link in Footer… (
Browse files Browse the repository at this point in the history
#719)

* Added target='_blank' and rel='noreferrer' to external link in Footer component

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Gokul-Raja84 and pre-commit-ci[bot] authored Oct 18, 2024
1 parent 8046128 commit f4bc0bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ export default function Footer() {
</p>
<p className={isDark ? "dark-mode footer-text" : "footer-text"}>
Theme by{" "}
<a href="https://github.com/saadpasta/developerFolio">
<a
href="https://github.com/saadpasta/developerFolio"
target="_blank"
rel="noreferrer"
>
developerFolio
</a>
</p>
Expand Down

0 comments on commit f4bc0bc

Please sign in to comment.