From 06e6582405eee77108b1e629b93cb18fbd185a21 Mon Sep 17 00:00:00 2001 From: Daniel B Date: Thu, 19 Sep 2024 18:21:45 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Style:=20Fix=20footer=20text=20-?= =?UTF-8?q?=20Remove=20accidental=20"@copyright"=20tag=20from=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/ui/components/molecules/Footer/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/ui/components/molecules/Footer/index.jsx b/src/frontend/ui/components/molecules/Footer/index.jsx index 74227a5..73ef138 100644 --- a/src/frontend/ui/components/molecules/Footer/index.jsx +++ b/src/frontend/ui/components/molecules/Footer/index.jsx @@ -37,7 +37,7 @@ export default function Footer() { return ( - @copyright: Copyright © {link} {copyrightYear} + Copyright © {link} {copyrightYear} );