From db73a789e7ac9621684a8f7a4db0e943aed07279 Mon Sep 17 00:00:00 2001 From: Bernard Darnton Date: Wed, 4 Nov 2020 20:18:05 +1300 Subject: [PATCH] Minor tidy ups --- BlazorDeviceTestRig/Pages/Geolocation.razor.cs | 3 ++- BlazorDeviceTestRig/Shared/NavMenu.razor | 2 +- BlazorDeviceTestRig/wwwroot/css/geolocation.css | 4 ++-- BlazorDeviceTestRig/wwwroot/index.html | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) 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 @@