style(settings): the Connections panel drops its two explainer paragraphs
Same cleanup as the General and DX Cluster panels: the section speaks for itself, and the per-service hints remain where the choice is made.
This commit is contained in:
@@ -5716,10 +5716,7 @@ function SettingsModalImpl({ onClose, onSaved, initialSection, onMainPaneChanged
|
||||
function UDPIntegrationsPanelWrapper() {
|
||||
return (
|
||||
<>
|
||||
<SectionHeader
|
||||
title={t('sec.udp')}
|
||||
hint={t('udp.hint')}
|
||||
/>
|
||||
<SectionHeader title={t('sec.udp')} />
|
||||
<UDPIntegrationsPanel onError={(m) => setErr(m)} />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user