review change

Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com>
This commit is contained in:
sphrose
2021-11-24 17:12:19 +00:00
parent 07555493a9
commit 82d8015af5
@@ -24,7 +24,7 @@ namespace LmbrCentral
static constexpr const char* const s_categoryName = "Shape";
static constexpr const char* const s_componentName = "Reference Shape";
static constexpr const char* const s_componentDescription = "Enables the entity to reference and reuse shape entities";
static constexpr const char* const s_icon = "Editor/Icons/Components/Vegetation.svg";
static constexpr const char* const s_icon = "Icons/Components/Viewport/Component_Placeholder.svg";
static constexpr const char* const s_viewportIcon = "Icons/Components/Viewport/Component_Placeholder.svg";
static constexpr const char* const s_helpUrl = "https://o3de.org/docs/user-guide/components/reference/";
};