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:
parent
3d62277edd
commit
0821c25533
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user