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:
@@ -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");
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user