Remove unused heading from ProspectGrid component

The redundant `<h3>` heading was removed to improve visual clarity and align the component with current design guidelines. No functionality is affected by this change.
This commit is contained in:
Andre Beging
2025-03-31 10:00:46 +02:00
parent 37c891aef0
commit 99a7977dfd

View File

@@ -1,6 +1,4 @@
<h3>ProspectGrid</h3> @code {
@code {
[Parameter] public List<Prospect>? Prospects { get; set; } [Parameter] public List<Prospect>? Prospects { get; set; }