diff options
Diffstat (limited to 'src/components/WeatherCurrent.svelte')
-rw-r--r-- | src/components/WeatherCurrent.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/WeatherCurrent.svelte b/src/components/WeatherCurrent.svelte index 6f92b20..93dbbd6 100644 --- a/src/components/WeatherCurrent.svelte +++ b/src/components/WeatherCurrent.svelte @@ -107,7 +107,7 @@ linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) - ), url(/aurora.jpg); + ), url(/Aurora-data/aurora.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; |