Add missing space in stream list

This commit is contained in:
Max Goodhart
2025-06-14 19:33:48 +00:00
parent 3db3716101
commit 592f547607

View File

@@ -949,7 +949,7 @@ function StreamLine({
label label
) : ( ) : (
<> <>
<strong>{source}</strong> <strong>{source}</strong>{' '}
<a href={link} target="_blank"> <a href={link} target="_blank">
{truncate(link, { length: 55 })} {truncate(link, { length: 55 })}
</a>{' '} </a>{' '}