1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-15 19:56:55 +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{' '}
{new Date(modifiedDate).toLocaleString()} UTC
{gitHash && (
<span>
<>
{' '}
<Link
target="_blank"
@ -23,7 +23,7 @@ const Footer: React.FunctionComponent = () => {
>
{`(${gitHash})`}
</Link>
</span>
</>
)}
</p>
</div>