diff --git a/src/ResultsScreen.tsx b/src/ResultsScreen.tsx index 51af931b..576f7301 100644 --- a/src/ResultsScreen.tsx +++ b/src/ResultsScreen.tsx @@ -38,7 +38,7 @@ export function ResultsScreen(props: ResultsScreenProps) { renderIcon={({ item, index }) => ( <> {item.__docsearch_parent && ( - + {item.__docsearch_parent !== suggestion.items[index + 1]?.__docsearch_parent ? ( - + ) : ( - + )} diff --git a/src/icons/SourceIcon.tsx b/src/icons/SourceIcon.tsx index 7f731d54..d9a0c83f 100644 --- a/src/icons/SourceIcon.tsx +++ b/src/icons/SourceIcon.tsx @@ -13,9 +13,9 @@ export function SourceIcon(props: { type: string }) { function LvlIcon() { return ( - + + +