Skip to content

Commit 04ae566

Browse files
authored
Merge pull request #3783 from rommapp/posthog-code/v2-hasheous-provider-link
feat(v2): link Hasheous provider to game detail page
2 parents c3721a8 + ab01cd0 commit 04ae566

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/v2/components/GameDetails/providers.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ export const PROVIDERS: Provider[] = [
7373
name: "Hasheous",
7474
color: "var(--r-color-provider-hasheous)",
7575
logo: "/assets/scrappers/hasheous.png",
76-
url: null,
76+
url: (id) =>
77+
`https://hasheous.org/index.html?page=dataobjectdetail&type=game&id=${id}`,
7778
},
7879
{
7980
key: "flashpoint_id",

0 commit comments

Comments
 (0)