Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bevuxyna committed Sep 12, 2023
1 parent ec7093d commit 0c7a90b
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 1 deletion.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion src/components/WeatherSummary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const today = new Date().toLocaleString("en-EN", {
<template>
<div class="summary">
<div
:style="`background-image: url('src/assets/img/weather-main/${weatherInfo.weather[0].description}.png');`"
:style="`background-image: url('/weather-main/${weatherInfo.weather[0].description}.png');`"
class="pic-main"
></div>
<div class="weather">
Expand Down

0 comments on commit 0c7a90b

Please sign in to comment.