Skip to content

Commit

Permalink
Add title prop to link editor results
Browse files Browse the repository at this point in the history
  • Loading branch information
tommoor committed May 11, 2024
1 parent 1a32405 commit 936127d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/editor/components/LinkSearchResult.tsx
Expand Up @@ -44,7 +44,7 @@ function LinkSearchResult({
>
<IconWrapper selected={selected}>{icon}</IconWrapper>
<Content>
<Title>{title}</Title>
<Title title={title}>{title}</Title>
{subtitle ? <Subtitle selected={selected}>{subtitle}</Subtitle> : null}
</Content>
</ListItem>
Expand Down

0 comments on commit 936127d

Please sign in to comment.