From 5614bbefadf8e6212edfeae3b6563e95e3839252 Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Wed, 17 Jun 2026 18:09:44 -0400 Subject: [PATCH] fix(DDIcons): correct Waveform doc-comment bar count from seven to six --- DeepDrftShared.Client/Common/DDIcons.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepDrftShared.Client/Common/DDIcons.cs b/DeepDrftShared.Client/Common/DDIcons.cs index b083a53..21aa355 100644 --- a/DeepDrftShared.Client/Common/DDIcons.cs +++ b/DeepDrftShared.Client/Common/DDIcons.cs @@ -25,7 +25,7 @@ public static class DDIcons /// /// Audio waveform — outline variant, shown when the waveform subsystem is OFF. - /// Seven vertical bars of varying height centred on a 24×24 viewBox, evoking a + /// Six vertical bars of varying height centred on a 24×24 viewBox, evoking a /// classic sound-wave / spectrum display. Uses currentColor so it themes freely. /// Inner markup only — no outer <svg> wrapper; MudBlazor supplies viewBox="0 0 24 24". ///