diff --git a/apps/ui/templates/dashboard.html b/apps/ui/templates/dashboard.html index bc26748..dab3397 100644 --- a/apps/ui/templates/dashboard.html +++ b/apps/ui/templates/dashboard.html @@ -80,11 +80,6 @@ gap: 0.75rem; } - .room-title::before { - content: '🏠'; - font-size: 2rem; - } - .devices { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); @@ -539,6 +534,30 @@