6 lines
201 B
Plaintext
6 lines
201 B
Plaintext
<div class="timestamp-display">
|
|
<MudText Typo="Typo.caption" Class="time-text">
|
|
@FormatTime(CurrentTime) / @(Duration.HasValue ? FormatTime(Duration.Value) : "--:--")
|
|
</MudText>
|
|
</div>
|