style updates

This commit is contained in:
Polaris
2024-08-15 00:35:04 -04:00
parent 6fcc30e4a4
commit da19c9a595
3 changed files with 74 additions and 63 deletions

View File

@ -36,7 +36,6 @@ export const getDifficultyText = (chartId: number | null) => {
}
};
export const getGrade = (score: number) => {
if (score >= 1009000) return "SSS+";
if (score >= 1007500 && score <= 1008999) return "SSS";