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:
@@ -1,6 +1,4 @@
|
|||||||
<h3>ProspectGrid</h3>
|
@code {
|
||||||
|
|
||||||
@code {
|
|
||||||
|
|
||||||
[Parameter] public List<Prospect>? Prospects { get; set; }
|
[Parameter] public List<Prospect>? Prospects { get; set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user