Skip to content

Commit

Permalink
Merge branch 'dev' into IN-839
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Aug 1, 2023
2 parents edb7252 + ab85f30 commit dbb3d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/components/core/SearchResultCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ const SearchResultData = ({ result }: SearchResultHasData) => {
>
{name}
<Space w={4} display='inline-block' />
<BadgeGroup badges={leaderBadges} />
</Link>
<BadgeGroup badges={leaderBadges} />
</Title>
<ActionButtons iconKey='save' organizationId={result.id} />
</Group>
Expand Down

0 comments on commit dbb3d9e

Please sign in to comment.