diff --git a/gym/templates/gym/base.html b/gym/templates/gym/base.html
index 12dbdf5..c3e8077 100644
--- a/gym/templates/gym/base.html
+++ b/gym/templates/gym/base.html
@@ -8,6 +8,11 @@
+
+
+
{% block add-head %}
{% endblock %}
@@ -36,12 +41,18 @@
diff --git a/gym/views.py b/gym/views.py
index 7702532..7474c6e 100644
--- a/gym/views.py
+++ b/gym/views.py
@@ -56,7 +56,8 @@ class RoomDetailView(LoginRequiredMixin, QuickActionsMixin, SessionResetMixin, g
quick_actions.append({
'url': url,
'category': 'info',
- 'display': name
+ 'display': name,
+ 'icon': 'fas fa-location-arrow',
})
return quick_actions