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:
2026-08-30 15:09:08 +02:00
parent 25eda98612
commit 721c43d569
2 changed files with 1 additions and 8 deletions
@@ -229,10 +229,6 @@ export function UDPIntegrationsPanel({ onError }: Props) {
return (
<div className="space-y-4">
<div className="text-[11px] text-muted-foreground max-w-2xl leading-relaxed">
{t('udpp.intro')}
</div>
<Section
title={t('udpp.inboundTitle')}
icon={<ArrowDownToLine className="size-4" />}