refactor(nds): normalize local storage keys
This commit is contained in:
@@ -16,7 +16,7 @@ export const APP_COLORS = [
|
||||
["#000092", "#8a00d3", "#d300eb", "#fb0092"],
|
||||
];
|
||||
|
||||
const STORAGE_ID = "app_settings";
|
||||
const STORAGE_ID = "nds-settings";
|
||||
|
||||
const settingsSchema = z.object({
|
||||
color: z.object({
|
||||
|
||||
Reference in New Issue
Block a user