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