mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-14 01:33:36 +00:00
6 lines
151 B
Plaintext
6 lines
151 B
Plaintext
|
|
@if (!string.IsNullOrWhiteSpace(this.Text))
|
||
|
|
{
|
||
|
|
<MudJustifiedText Typo="Typo.body2" Class="@this.Class">
|
||
|
|
@this.Text
|
||
|
|
</MudJustifiedText>
|
||
|
|
}
|