Skip to content

Commit

Permalink
CORE: fix url issue (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 authored Nov 5, 2024
1 parent 76454e0 commit cb5a8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/search-result/search-result.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const SearchResult = ({
itemType="https://schema.org/Person"
>
<a
href={`/search?q=author:(${a.name})?t=${searchId}-${workId}`}
href={`/search?q=author:(${a.name})&t=${searchId}-${workId}`}
className={styles.link}
>
<span itemProp="name">{a.name.replace(',', ' ')}</span>
Expand Down

0 comments on commit cb5a8b3

Please sign in to comment.