Merge pull request #21131 from backstage/blam/fix-some-icons

Move `entityRefLink` icon to the left
This commit is contained in:
Ben Lambert
2023-11-13 14:22:37 +01:00
committed by GitHub
9 changed files with 37 additions and 13 deletions
@@ -174,6 +174,7 @@ export const TemplateCard = (props: TemplateCardProps) => {
style={{ marginLeft: '8px' }}
entityRefs={ownedByRelations}
defaultKind="Group"
hideIcons
/>
</>
)}