mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Add missing space in stream list
This commit is contained in:
@@ -949,7 +949,7 @@ function StreamLine({
|
||||
label
|
||||
) : (
|
||||
<>
|
||||
<strong>{source}</strong>
|
||||
<strong>{source}</strong>{' '}
|
||||
<a href={link} target="_blank">
|
||||
{truncate(link, { length: 55 })}
|
||||
</a>{' '}
|
||||
|
||||
Reference in New Issue
Block a user