Skip to content

Commit

Permalink
[SIW-1876] Changed trustmark position in credential details screen (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoMolinari95 authored Nov 28, 2024
1 parent 99f0f97 commit f65eb50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ const ItwPresentationCredentialDetail = ({
<ItwPresentationAdditionalInfoSection credential={credential} />
<ItwPresentationCredentialStatusAlert credential={credential} />
<ItwPresentationCredentialInfoAlert credential={credential} />
<ItwCredentialTrustmark credential={credential} />
<ItwPresentationClaimsSection credential={credential} />
<ItwCredentialTrustmark credential={credential} />
</VStack>
</ContentWrapper>
<ItwPresentationDetailsFooter credential={credential} />
Expand Down

0 comments on commit f65eb50

Please sign in to comment.