Skip to content

Commit

Permalink
feat: add symbol for chain child indication
Browse files Browse the repository at this point in the history
  • Loading branch information
HunnySajid committed Oct 29, 2024
1 parent edd766c commit 39bed69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/credentialRecursiveChain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function CredentialRecursiveChain({
openMessage ?? (
<TriggerItem
idx={idx}
title={credential?.schema?.title}
title={`> ${credential?.schema?.title}`}
onClickTrigger={exploreChain}
/>
)
Expand Down

0 comments on commit 39bed69

Please sign in to comment.