Skip to content

Commit

Permalink
Fix result card headings (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradystroud authored Oct 7, 2023
1 parent c6f0ac7 commit 0493767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TimesheetGPT.WebUI/Shared/ResultCard.razor
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<MudPaper Class="ma-2 pa-4">
<MudStack Row="true">
<MudText Typo="Typo.h3" Class="mt-1 mb-4">Summary</MudText>
<MudText Typo="Typo.h3" Class="mt-1 mb-4">@Heading</MudText>
<MudSpacer/>
@if (HasCopyButton)
{
Expand Down

0 comments on commit 0493767

Please sign in to comment.