feat: finish up the my account section for now
This commit is contained in:
parent
8a3bb89f8a
commit
acc4fa14b7
4 changed files with 72 additions and 69 deletions
|
@ -69,24 +69,6 @@ const settingsCategories = {
|
|||
{ display_name: "Language", page_data: Language },
|
||||
]
|
||||
},
|
||||
app_settings2: {
|
||||
display_name: "App Settings",
|
||||
pages: [
|
||||
{ display_name: "Appearance", page_data: Appearance },
|
||||
{ display_name: "Notifications", page_data: Notifications },
|
||||
{ display_name: "Keybinds", page_data: Keybinds },
|
||||
{ display_name: "Language", page_data: Language },
|
||||
]
|
||||
},
|
||||
app_settings3: {
|
||||
display_name: "App Settings",
|
||||
pages: [
|
||||
{ display_name: "Appearance", page_data: Appearance },
|
||||
{ display_name: "Notifications", page_data: Notifications },
|
||||
{ display_name: "Keybinds", page_data: Keybinds },
|
||||
{ display_name: "Language", page_data: Language },
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
const categories = Object.values(settingsCategories);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue