From 844a5b31582e5748b2963d30863b1ab17b7c32c5 Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Thu, 6 Mar 2025 21:54:51 -0500 Subject: [PATCH] adjusting icon for navigation to parent adjusting icon for navigation to parent --- .../system/create/entityProperties/html/js/entityProperties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/create/entityProperties/html/js/entityProperties.js b/scripts/system/create/entityProperties/html/js/entityProperties.js index 9b2c7e2ba2..4b6542ab9d 100644 --- a/scripts/system/create/entityProperties/html/js/entityProperties.js +++ b/scripts/system/create/entityProperties/html/js/entityProperties.js @@ -81,7 +81,7 @@ const GROUPS = [ label: "Parent", type: "string", propertyID: "parentID", - buttons: [ { id: "navigateToParentEntity", label: "E", className: "navigation", onClick: navigateToSpecificEntityFromParentID } ], + buttons: [ { id: "navigateToParentEntity", label: "_", className: "navigation", onClick: navigateToSpecificEntityFromParentID } ], onChange: parentIDChanged, }, {