Skip to content

Commit f4bc0bc

Browse files
Added target='_blank' and rel='noreferrer' to external link in Footer… (#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>
1 parent 8046128 commit f4bc0bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/footer/Footer.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ export default function Footer() {
1414
</p>
1515
<p className={isDark ? "dark-mode footer-text" : "footer-text"}>
1616
Theme by{" "}
17-
<a href="https://github.com/saadpasta/developerFolio">
17+
<a
18+
href="https://github.com/saadpasta/developerFolio"
19+
target="_blank"
20+
rel="noreferrer"
21+
>
1822
developerFolio
1923
</a>
2024
</p>

0 commit comments

Comments
 (0)