diff --git a/GSR/Web/wwwroot/favicon.png b/GSR/Web/wwwroot/favicon.png index 8422b59..ba67bf2 100644 Binary files a/GSR/Web/wwwroot/favicon.png and b/GSR/Web/wwwroot/favicon.png differ diff --git a/GSR/Web/wwwroot/icon-192.png b/GSR/Web/wwwroot/icon-192.png index 166f56d..30831c1 100644 Binary files a/GSR/Web/wwwroot/icon-192.png and b/GSR/Web/wwwroot/icon-192.png differ diff --git a/GSR/Web/wwwroot/sample-data/weather.json b/GSR/Web/wwwroot/sample-data/weather.json deleted file mode 100644 index b745973..0000000 --- a/GSR/Web/wwwroot/sample-data/weather.json +++ /dev/null @@ -1,27 +0,0 @@ -[ - { - "date": "2022-01-06", - "temperatureC": 1, - "summary": "Freezing" - }, - { - "date": "2022-01-07", - "temperatureC": 14, - "summary": "Bracing" - }, - { - "date": "2022-01-08", - "temperatureC": -13, - "summary": "Freezing" - }, - { - "date": "2022-01-09", - "temperatureC": -16, - "summary": "Balmy" - }, - { - "date": "2022-01-10", - "temperatureC": -2, - "summary": "Chilly" - } -]