Skip to content

Commit facf654

Browse files
committed
Date style same as sessionize
1 parent 89b4032 commit facf654

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • PocketDDD.BlazorClient/PocketDDD.BlazorClient/Features/Home/Components

PocketDDD.BlazorClient/PocketDDD.BlazorClient/Features/Home/Components/EventData.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@foreach(var timeSlot in State.Value.EventMetaData)
1111
{
1212
<MudListSubheader Class="pb-0 pl-1 border-b border-solid mud-border-primary">
13-
<h2>@timeSlot.From.ToString("HH:mm")</h2>
13+
<h2>@timeSlot.From.ToString("h:mm") @timeSlot.From.ToString("tt").ToLowerInvariant()</h2>
1414
</MudListSubheader>
1515
@if(timeSlot.Info is not null)
1616
{

0 commit comments

Comments
 (0)