feat: renaming class names to BEM

This commit is contained in:
Chubby Granny Chaser
2025-05-17 22:59:38 +01:00
parent 1247a105a0
commit 5ae67a3dc7
9 changed files with 49 additions and 49 deletions

View File

@@ -71,12 +71,12 @@ export interface GameAchievement {
}
export type AchievementCustomNotificationPosition =
| "top_left"
| "top_center"
| "top_right"
| "bottom_left"
| "bottom_center"
| "bottom_right";
| "top-left"
| "top-center"
| "top-right"
| "bottom-left"
| "bottom-center"
| "bottom-right";
export interface UserPreferences {
downloadsPath?: string | null;