Skip to content

Commit

Permalink
ISSD-1633 Icon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Cezar authored and brianchandotcom committed Nov 17, 2023
1 parent 63f7cc7 commit ca8f507
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@
<#list productTypes as productType>
<#if productType.value?upper_case == PRODUCT_TYPE_DXP>
<#assign
icon = "ir-icon-dxp-svg"
icon = "dxp-svg"
type = "DXP App"
/>
<#elseif productType.value?upper_case == PRODUCT_TYPE_CLOUD>
<#assign
icon = "ir-icon-cloud-svg"
icon = "cloud-svg"
type = "Cloud App"
/>
</#if>
Expand Down

0 comments on commit ca8f507

Please sign in to comment.