Skip to main content
5 answers
  1. Aug 4, 2022, 8:53 PM

    no luck still:

    <aura:component >   <aura:attribute name="badge" type="Object" />   <lightning:icon iconName="{!v.badge.icon}" class="{! 'slds-box slds-box_x-small slds-align_absolute-center slds-size__1-of-1 '+v.badge.color}" alternativeText="{!v.badge.label}" /> </aura:component>

     

    i need to update with this, but not exactly where?

     

    1. Navigate to the IndicatorBadges component. Replace <!--Indicator Badge here--> with this code:
    <c:IndicatorBadge badge="{!thisBadge}" />
0/9000