Skip to content

Commit

Permalink
Remove BETA branding
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Jan 23, 2024
1 parent f39a800 commit 3a974cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JournalApp/Components/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="page-title">
<div class="page-header">
<MudButton OnClick="OnTitleClicked" DisableRipple Variant="Variant.Text">
<MudText Typo="Typo.h6">🙂 @ThisAssembly.AssemblyTitle BETA</MudText>
<MudText Typo="Typo.h6">🙂 @ThisAssembly.AssemblyTitle</MudText>
</MudButton>

<MudSpacer />
Expand Down
2 changes: 1 addition & 1 deletion JournalApp/Components/Pages/SettingsPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ else
<MudText>JournalApp @(ThisAssembly.AssemblyInformationalVersion)</MudText>
<MudText>@($"{DeviceInfo.Current.Platform} {DeviceInfo.Current.VersionString}")</MudText>

<MudLink Href="@(Feedback.GenerateLink())" Typo="Typo.subtitle2">Send feedback...</MudLink>
<MudLink Href="@(Feedback.GenerateLink())">Send feedback...</MudLink>
</div>

<div class="settings-group">
Expand Down

0 comments on commit 3a974cf

Please sign in to comment.