From 1b7942f6ebd85853355c7b45b89ac31086b9cc6d Mon Sep 17 00:00:00 2001 From: Gokul Raja <106546785+Gokul-Raja84@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:16:58 +0530 Subject: [PATCH 1/2] Added target='_blank' and rel='noreferrer' to external link in Footer component --- src/components/footer/Footer.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/footer/Footer.js b/src/components/footer/Footer.js index 0035053712..ba2cd35d37 100644 --- a/src/components/footer/Footer.js +++ b/src/components/footer/Footer.js @@ -1,11 +1,11 @@ -import React, {useContext} from "react"; +import React, { useContext } from "react"; import "./Footer.scss"; -import {Fade} from "react-reveal"; +import { Fade } from "react-reveal"; import emoji from "react-easy-emoji"; import StyleContext from "../../contexts/StyleContext"; export default function Footer() { - const {isDark} = useContext(StyleContext); + const { isDark } = useContext(StyleContext); return (
@@ -14,7 +14,11 @@ export default function Footer() {

Theme by{" "} - + developerFolio

From a9c234a17213b31f3f798ea718833fdfcab5a00e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:48:49 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/components/footer/Footer.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/footer/Footer.js b/src/components/footer/Footer.js index ba2cd35d37..0453914bf2 100644 --- a/src/components/footer/Footer.js +++ b/src/components/footer/Footer.js @@ -1,11 +1,11 @@ -import React, { useContext } from "react"; +import React, {useContext} from "react"; import "./Footer.scss"; -import { Fade } from "react-reveal"; +import {Fade} from "react-reveal"; import emoji from "react-easy-emoji"; import StyleContext from "../../contexts/StyleContext"; export default function Footer() { - const { isDark } = useContext(StyleContext); + const {isDark} = useContext(StyleContext); return (