Skip to content

Commit

Permalink
#448 - Add sub titles to mobile view.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Jun 15, 2024
1 parent 21c3362 commit b068626
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Money.Blazor.Host/Components/Title.razor
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@

@Main
</h3>

@if (!String.IsNullOrEmpty(Sub))
{
<h6 class="mb-0" style="font-size: 9px; font-weight: 100;">
@Sub
</h6>
}
</TemplateContent>
<TemplateContent Name="MobilePageActions">
@Actions(true)
Expand Down

0 comments on commit b068626

Please sign in to comment.