Change GitHub Link (#1408)

This commit is contained in:
Amani H 2024-05-26 17:18:28 -04:00 committed by GitHub
parent 6f4c087f7a
commit 16b17fc9f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export enum MenuOptions {
const wikiUrl = "https://wiki.pokerogue.net";
const discordUrl = "https://discord.gg/uWpTfdKG49";
const githubUrl = "https://github.com/Flashfyre/pokerogue";
const githubUrl = "https://github.com/pagefaultgames/pokerogue";
export default class MenuUiHandler extends MessageUiHandler {
private menuContainer: Phaser.GameObjects.Container;