Skip to content

Commit

Permalink
fix img
Browse files Browse the repository at this point in the history
  • Loading branch information
bevuxyna committed Sep 12, 2023
1 parent 05b6013 commit fb8ec72
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('/weather-main/${weatherInfo.weather[0].description}.png');`"
:style="`background-image: url('src/img/weather-main/${weatherInfo.weather[0].description}.png');`"
class="pic-main"
></div>
<div class="weather">
Expand Down

0 comments on commit fb8ec72

Please sign in to comment.