diff --git a/client/src/data/data.js b/client/src/data/data.js index aa7d1ec..53b2f4f 100644 --- a/client/src/data/data.js +++ b/client/src/data/data.js @@ -37,6 +37,10 @@ export const gameModes = { type: 'Ranked', name: 'FLEX 3vs3', }, + 480: { + type: 'Normal', + name: 'Swiftplay', + }, 490: { type: 'Normal', name: 'QUICKPLAY',