Skip to content

Commit

Permalink
Merge pull request #419 from mlibrary/bug-second-browse-fielded-searc…
Browse files Browse the repository at this point in the history
…h-links

Bug: Adding fielded search links along side `browse` links.
  • Loading branch information
erinesullivan authored Feb 14, 2024
2 parents 18c98ae + fcc2110 commit 799fdb7
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 799fdb7

Please sign in to comment.