refactor(nds): normalize local storage keys

This commit is contained in:
2026-02-25 23:10:19 +01:00
parent fae1cdce26
commit 3c791d6185
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import { useLocalStorage } from "@vueuse/core";
const STORAGE_ID = "achievements";
const STORAGE_ID = "nds-achievements";
export const ACHIEVEMENTS = [
{ id: "boot", secret: false },