Move m3u and url badges to same line as stream name.

This commit is contained in:
SergeantPanda 2025-07-29 15:17:18 -05:00
parent 7551869a2e
commit e26ecad013

View file

@ -303,8 +303,8 @@ const ChannelStreams = ({ channel, isExpanded }) => {
return (
<Box>
<Text fw={500} size="sm">{stream.name}</Text>
<Group gap="xs" mt={2}>
<Group gap="xs" align="center">
<Text fw={500} size="sm">{stream.name}</Text>
<Badge size="xs" variant="light" color="teal">
{accountName}
</Badge>