From 4549dbc7ef80a8d5e60199b4d1bb606595cdb35d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 30 Apr 2022 08:05:43 +0200 Subject: [PATCH] Change icon --- nextcloud/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index f4d08e572..7cf66dc46 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -60,7 +60,7 @@ "trusted_domains": "your-domain, your-domain2", "use_own_certs": false }, - "panel_icon": "mdi:nextcloud", + "panel_icon": "mdi:cloud", "ports": { "443/tcp": 8099, "80/tcp": null @@ -99,4 +99,4 @@ "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", "version": "23.0.4", "webui": "https://[HOST]:[PORT:443]" -} \ No newline at end of file +}