diff --git a/BlazorDeviceTestRig/Pages/Geolocation.razor.cs b/BlazorDeviceTestRig/Pages/Geolocation.razor.cs index b8c9bf3..1d7268a 100644 --- a/BlazorDeviceTestRig/Pages/Geolocation.razor.cs +++ b/BlazorDeviceTestRig/Pages/Geolocation.razor.cs @@ -52,7 +52,8 @@ namespace BlazorDeviceTestRig.Pages "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", new TileLayerOptions { - Attribution = @"Map data © OpenStreetMap contributors, CC-BY-SA" + Attribution = @"Map data © OpenStreetMap contributors, " + + @"CC-BY-SA" } ); } diff --git a/BlazorDeviceTestRig/Shared/NavMenu.razor b/BlazorDeviceTestRig/Shared/NavMenu.razor index da5a084..05a5cb8 100644 --- a/BlazorDeviceTestRig/Shared/NavMenu.razor +++ b/BlazorDeviceTestRig/Shared/NavMenu.razor @@ -1,5 +1,5 @@