aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/views')
-rw-r--r--app/Resources/views/default/index.html.twig3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Resources/views/default/index.html.twig b/app/Resources/views/default/index.html.twig
index 684393d..ce28faf 100644
--- a/app/Resources/views/default/index.html.twig
+++ b/app/Resources/views/default/index.html.twig
@@ -18,7 +18,8 @@
</table>
</div>
<a href="/AllDataReadings">All Data Page</a>
- <p id="aq">{{ Aqi }}</p>
+
+ <p id="aq">The current air quality index is <strong>{{ Aqi }}</strong></p>
<img src="https://www.ourair.org/wp-content/uploads/AQItable.gif">
{% endblock %}
{% block javascripts %}