Skip to content

Commit 4a1d6e4

Browse files
committed
chore: Temporarily disable Google Analytics page view tracking and format home page welcome text within a paragraph tag.
1 parent f8ab04a commit 4a1d6e4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/BlazorApps/Components/GoogleAnalytics.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535

3636
private async Task TrackPageView()
3737
{
38+
return;
39+
3840
var uri = Nav.ToBaseRelativePath(Nav.Uri);
3941
if (string.IsNullOrEmpty(uri))
4042
uri = "/";

src/BlazorApps/Pages/Home.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<h1>Hello, world!</h1>
77

8-
Welcome to your new Fluent Blazor app.
8+
<p>Welcome to your new Fluent Blazor app.</p>
99

1010
<MarkdownSection
1111
FromAsset="./docs/Home.md" />

0 commit comments

Comments
 (0)