Skip to content

Commit f9cde47

Browse files
committed
fix(dashboard): Fix missing weather icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 3638633 commit f9cde47

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/weather_status/src/App.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,10 @@ export default {
563563
</script>
564564
565565
<style lang="scss">
566+
.icon-weather-status {
567+
background-image: url('../img/app-dark.svg');
568+
}
569+
566570
.weather-action-image-container {
567571
width: var(--default-clickable-area);
568572
height: var(--default-clickable-area);

0 commit comments

Comments
 (0)