- {schedule.channel === 'email' ? (
-
- ) : (
-
- )}
+
+ {CHANNEL_ICONS_LG[schedule.channel] || }
@@ -1883,7 +1898,7 @@ export default function SiteSettingsPage() {
: 'border-neutral-200 dark:border-neutral-700 text-neutral-600 dark:text-neutral-400 hover:bg-neutral-50 dark:hover:bg-neutral-800'
}`}
>
- {ch === 'email' ? : }
+ {CHANNEL_ICONS[ch]}
{getChannelLabel(ch)}
))}