From d06bddc28f5989ff5013386bc495d3571b247611 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Wed, 20 Mar 2024 09:49:02 +0100 Subject: [PATCH] icons.md: Change New UI example icon names to more natural --- topics/reference_guide/icons.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/reference_guide/icons.md b/topics/reference_guide/icons.md index a12df3279..4b9c454ef 100644 --- a/topics/reference_guide/icons.md +++ b/topics/reference_guide/icons.md @@ -252,11 +252,11 @@ In this example, the icon root folder is named icons: "icons": { "expui": { "folderName": { - "expUiIcon1.svg": "icons/icon1.svg", - "expUiIcon2.svg": "icons/icon2.svg" + "icon1.svg": "icons/icon1.svg", + "icon2.svg": "icons/icon2.svg" }, "anotherFolder": { - "expUiAnotherIcon.svg": "images/anotherIcon.svg" + "anotherIcon.svg": "images/anotherIcon.svg" } } }