fix(ui): multiple things that look bad on this

This commit is contained in:
2026-04-05 20:03:02 +02:00
parent bcdc4122f8
commit 7974d4434e

View File

@@ -1102,13 +1102,8 @@ export default function ChannelSettingsClient({
value: channel.notifChannels.join('\n'),
textArea: true,
textAreaRows: 4,
description:
'One channel ID per line. These channels will receive notifications when you go live.',
component: ({ field }) => (
<div>
<label className="block text-sm font-medium mb-1">
Notification channels
</label>
<Textarea
name={field.name}
ref={field.ref}