diff --git a/manager/templates/base.html b/manager/templates/base.html index d6d3b10..ef680a4 100644 --- a/manager/templates/base.html +++ b/manager/templates/base.html @@ -297,7 +297,7 @@
diff --git a/manager/templates/home.html b/manager/templates/home.html index ad9d637..75682ad 100644 --- a/manager/templates/home.html +++ b/manager/templates/home.html @@ -21,7 +21,6 @@ .tile:active { transform: translateY(1px); } .tile .t-ico { font-size: 28px; line-height: 1; } .tile .t-title { font-size: 16px; font-weight: 700; } - .tile .t-desc { font-size: 13px; color: var(--muted); } {% endblock %} @@ -35,27 +34,22 @@ 👤 Users - Personal SimpleX accounts — contacts, groups and channels. 💼 Businesses - Business inboxes — each customer gets their own group chat. 🤖 Bots - Echo, broadcast, support, directory and dead-man's-switch bots. 🔔 Notifications - Recent messages received across all profiles. 📁 File Upload - Share files over SimpleX (opens simplex.chat). @@ -64,17 +58,14 @@ 💬 Chat Relay - Relay chat messages between connections. - 📁 + 🗂️ File Relay - Relay files between connections. ✉️ Message Relay - Relay messages between connections. @@ -83,12 +74,10 @@ 📡 Network - SimpleX servers and connection status. ⚙️ Settings - Theme and manager preferences. @@ -97,7 +86,6 @@ 📲 Get SimpleX App - Download the SimpleX Chat app (opens simplex.chat). {% endblock %}