From e7cbd51963deb1b4dcf2a5a505a1ba4825274502 Mon Sep 17 00:00:00 2001 From: Sundaram Kumar Jha <93595231+sundaram2021@users.noreply.github.com> Date: Thu, 2 Feb 2023 23:26:57 +0530 Subject: [PATCH] target="_blank" not "_Blank" --- client/modules/App/components/Footer/Footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/modules/App/components/Footer/Footer.js b/client/modules/App/components/Footer/Footer.js index 346993649..9ff401183 100644 --- a/client/modules/App/components/Footer/Footer.js +++ b/client/modules/App/components/Footer/Footer.js @@ -11,7 +11,7 @@ export function Footer() { return (
); }