mirror of
https://github.com/uetchy/namae.git
synced 2025-03-16 12:10:32 +09:00
Merge pull request #170 from uetchy/fix/producthunt-url
fix(producthunt): prepend producthunt.com to URL
This commit is contained in:
commit
a233c24516
@ -29,7 +29,7 @@ const Search: React.FC<{ query: string }> = ({ query }) => {
|
||||
<Result
|
||||
title={hit.name}
|
||||
message={`${hit.tagline} (⬆️ ${hit.vote_count})`}
|
||||
link={hit.url}
|
||||
link={`https://www.producthunt.com${hit.url}`}
|
||||
icon={<FaProductHunt />}
|
||||
key={hit.id}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user