Skip to content

Commit 414ac4d

Browse files
committed
Wrapped content of AboutPage within a FluentCard and changed the heading from h3 to h2
1 parent e5daff2 commit 414ac4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/CodeBreaker.Blazor.Client/Pages/AboutPage.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@page "/about"
22

3-
<h3>@Loc["About_Title"]</h3>
4-
53
<FluentCard>
4+
<h2>@Loc["About_Title"]</h2>
5+
66
<FluentTabs>
77
<FluentTab>
88
<Header>@Loc["About_Information_Tab"]</Header>

0 commit comments

Comments
 (0)