aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html
index 90b9b19..a2ab134 100644
--- a/src/index.html
+++ b/src/index.html
@@ -24,7 +24,7 @@
<div class="top">
<script id="app-template" type="x-tmpl-mustache">
<a href="#" class="button" id="app-{{id}}" app-id="{{ id }}" onclick="window.start(this);">
- <div class="{{ icon }}">
+ <div class="icon {{ icon }}">
</div>
<div class="label">
@@ -41,7 +41,7 @@
{{ hour }}
</div>
<div class="infoItem wheater">
- <span class="icon-rainy"></span>
+ <i class="fas fa-cloud-sun-rain"></i>
20ÂșC
</div>
</script>