We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3721a8 + ab01cd0 commit 04ae566Copy full SHA for 04ae566
1 file changed
frontend/src/v2/components/GameDetails/providers.ts
@@ -73,7 +73,8 @@ export const PROVIDERS: Provider[] = [
73
name: "Hasheous",
74
color: "var(--r-color-provider-hasheous)",
75
logo: "/assets/scrappers/hasheous.png",
76
- url: null,
+ url: (id) =>
77
+ `https://hasheous.org/index.html?page=dataobjectdetail&type=game&id=${id}`,
78
},
79
{
80
key: "flashpoint_id",
0 commit comments