Skip to content

Commit

Permalink
Disable related links on games
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGuySam committed Dec 3, 2020
1 parent ec352ad commit 4f0a84c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions helpers/build-game-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,7 @@ export default async function () {
slug: 'games'
},
content: '',
relatedLinks: [
{
"href": `https://rawg.io/search?query=${encodeURIComponent(game.Games)}`,
"label": "View"
}
],
// relatedLinks: [],
reports: [
game
]
Expand Down

0 comments on commit 4f0a84c

Please sign in to comment.