feat(achievements): remove secret achievements and add new ones. also play sound only when notification comes up instead of instantly

This commit is contained in:
2026-03-16 12:37:24 +01:00
parent 0d580e7edf
commit 085e5f20a9
8 changed files with 46 additions and 51 deletions

View File

@@ -100,6 +100,8 @@ const handleActivateA = async (button: typeof selected.value) => {
if (button === "git") {
achievements.unlock("contact_git_visit");
} else if (button === "linkedin") {
achievements.unlock("contact_linkedin_visit");
}
},
});