fix(dashboard): Fix missing weather icon

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-09-03 14:00:29 +02:00
parent 3638633a0b
commit f9cde4728d
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0

View file

@ -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);