mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-04 22:00:59 -04:00
feat(client): add the missing MSTrophyMissing sound (#51161)
This commit is contained in:
@@ -61,7 +61,8 @@ const toneUrls = {
|
||||
[FlashMessages.UserNotCertified]: TRY_AGAIN,
|
||||
[FlashMessages.WrongName]: TRY_AGAIN,
|
||||
[FlashMessages.WrongUpdating]: TRY_AGAIN,
|
||||
[FlashMessages.WentWrong]: TRY_AGAIN
|
||||
[FlashMessages.WentWrong]: TRY_AGAIN,
|
||||
[FlashMessages.MSTrophyMissing]: TRY_AGAIN
|
||||
} as const;
|
||||
|
||||
type ToneStates = keyof typeof toneUrls;
|
||||
|
||||
Reference in New Issue
Block a user