Skip to content

Commit

Permalink
chore: update to match backend changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Mar 21, 2024
1 parent ed28225 commit 50ed3dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/header/SearchUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const Hit = ({ hit }) => (
</div>
<p className="hit-block_type"><em><Highlight attribute="block_type" hit={hit} /></em></p>
<div className="hit-description">
<Highlight attribute="html_content" hit={hit} />
<Highlight attribute="capa_content" hit={hit} />
<Highlight attribute="content.html_content" hit={hit} />
<Highlight attribute="content.capa_content" hit={hit} />
</div>
</div>
);
Expand Down

0 comments on commit 50ed3dd

Please sign in to comment.