Skip to content

Commit

Permalink
Adding fielded search links along side browse links.
Browse files Browse the repository at this point in the history
  • Loading branch information
erinesullivan committed Feb 14, 2024
1 parent 18c98ae commit fcc2110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/reusable/components/Metadata/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function DescriptionItemLink ({ href, search, browse, children }) {
if (browse) {
return (
<span>
{children}
<SearchLink search={search}>{children}</SearchLink>
<Anchor
css={{
color: COLORS.neutral['300'],
Expand Down

0 comments on commit fcc2110

Please sign in to comment.