From 97351746cb425e461e0d6d66ab80acd3f5c1554a Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Tue, 15 Dec 2020 13:16:17 +0000 Subject: [PATCH] Fix add-on stage icon rendering --- hassio/src/addon-view/info/hassio-addon-info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/src/addon-view/info/hassio-addon-info.ts b/hassio/src/addon-view/info/hassio-addon-info.ts index 91b3410d675e..b4208a6f8fbe 100644 --- a/hassio/src/addon-view/info/hassio-addon-info.ts +++ b/hassio/src/addon-view/info/hassio-addon-info.ts @@ -69,7 +69,7 @@ const STAGE_ICON = { const PERMIS_DESC = { stage: { title: "Add-on Stage", - description: `Add-ons can have one of three stages:\n\n **Stable**: These are add-ons ready to be used in production.\n\n **Experimental**: These may contain bugs, and may be unfinished.\n\n **Deprecated**: These add-ons will no longer receive any updates.`, + description: `Add-ons can have one of three stages:\n\n **Stable**: These are add-ons ready to be used in production.\n\n **Experimental**: These may contain bugs, and may be unfinished.\n\n **Deprecated**: These add-ons will no longer receive any updates.`, }, rating: { title: "Add-on Security Rating",