1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-05 21:48:33 +00:00

This span doesn't need to exist

This commit is contained in:
Brenden Matthews 2024-04-24 16:50:19 -04:00
parent 3d62277edd
commit 0821c25533

View File

@ -15,7 +15,7 @@ const Footer: React.FunctionComponent = () => {
{modifiedYear} Conky developers, updated{' '} {modifiedYear} Conky developers, updated{' '}
{new Date(modifiedDate).toLocaleString()} UTC {new Date(modifiedDate).toLocaleString()} UTC
{gitHash && ( {gitHash && (
<span> <>
{' '} {' '}
<Link <Link
target="_blank" target="_blank"
@ -23,7 +23,7 @@ const Footer: React.FunctionComponent = () => {
> >
{`(${gitHash})`} {`(${gitHash})`}
</Link> </Link>
</span> </>
)} )}
</p> </p>
</div> </div>