frontend/game: always update beta flag and change issue URL (#356)

This commit is contained in:
Tyler Wilding 2023-10-24 20:12:18 -04:00 committed by GitHub
parent 485038fdd8
commit aa60dcc781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,9 +57,7 @@
activeGame = SupportedGame.Jak1;
}
if (activeGame === SupportedGame.Jak2) {
gameInBeta = true;
}
gameInBeta = activeGame === SupportedGame.Jak2;
gameSupportedByTooling = await doesActiveToolingVersionSupportGame(
getInternalName(activeGame),
@ -145,7 +143,7 @@
{$_("gameControls_beta_issueTracker_linkPreText")}
<a
class="text-blue-400"
href="https://github.com/orgs/open-goal/projects/3/views/8?query=is%3Aopen+sort%3Aupdated-desc"
href="https://github.com/open-goal/jak-project/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Ajak2"
target="_blank"
rel="noopener noreferrer"
>{$_("gameControls_beta_issueTracker_linkText")}</a