From 0821c2553361009cf009b296ec1a36a15dbfff3c Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Wed, 24 Apr 2024 16:50:19 -0400 Subject: [PATCH] This span doesn't need to exist --- web/components/Footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/Footer.tsx b/web/components/Footer.tsx index cd92752b..7aff50db 100644 --- a/web/components/Footer.tsx +++ b/web/components/Footer.tsx @@ -15,7 +15,7 @@ const Footer: React.FunctionComponent = () => { {modifiedYear} Conky developers, updated{' '} {new Date(modifiedDate).toLocaleString()} UTC {gitHash && ( - + <> {' '} { > {`(${gitHash})`} - + )}