Fix use of Text component

This commit is contained in:
Pat Hartl 2026-06-06 03:30:49 -05:00
parent 0503f4e3a5
commit dc14bf10cb

View file

@ -15,7 +15,7 @@
@if (!string.IsNullOrWhiteSpace(redist.Description))
{
<br />
<Text Type="TextElementType.Secondary">@redist.Description</Text>
<AntDesign.Text Type="TextElementType.Secondary">@redist.Description</AntDesign.Text>
}
</div>