Skip to content

Commit

Permalink
osu link
Browse files Browse the repository at this point in the history
  • Loading branch information
Suboyyy committed Nov 2, 2024
1 parent d830bc9 commit 8634b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/uploadLink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const getTournamentBackgroundLink = (tournamentId: string) => {

export const getTournamentRulesLink = (tournamentId: string) => {
// WARN: this is not a recommanded way to do it
if (tournamentId === 'osu') return 'https://osu.ppy.sh/community/forums/topics/1832607';
if (tournamentId === 'osu') return 'https://osu.ppy.sh/community/forums/topics/1998140?n=1';

return `${process.env.NEXT_PUBLIC_UPLOADS_URL}/${TOURNAMENT_FOLDER}/${getTournamentRulesName(tournamentId)}.pdf`;
};
Expand Down

0 comments on commit 8634b08

Please sign in to comment.