Browse Source

fix(dashboard): Fix missing weather icon

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/54836/head
Joas Schilling 2 months ago
parent
commit
f9cde4728d
No known key found for this signature in database GPG Key ID: F72FA5B49FFA96B0
  1. 4
      apps/weather_status/src/App.vue

4
apps/weather_status/src/App.vue

@ -563,6 +563,10 @@ export default {
</script>
<style lang="scss">
.icon-weather-status {
background-image: url('../img/app-dark.svg');
}
.weather-action-image-container {
width: var(--default-clickable-area);
height: var(--default-clickable-area);

Loading…
Cancel
Save