diff --git a/templates/matches.html b/templates/matches.html
index 3f34d85..40fa381 100644
--- a/templates/matches.html
+++ b/templates/matches.html
@@ -372,6 +372,9 @@
+ {% if current_user and current_user.get("role") == "admin" %}
+
🗄️
+ {% endif %}
diff --git a/vmix.zip b/vmix.zip
index d272389..4ceebf6 100644
Binary files a/vmix.zip and b/vmix.zip differ