We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbb41b commit 38c1e60Copy full SHA for 38c1e60
src/components/CommandPalette.js
@@ -219,6 +219,7 @@ const CommandPalette = ({
219
break;
220
}
221
case 'herDaim':
222
+ unlockAchievement('her_daim');
223
openGenericModal(
224
'Her Daim',
225
<img
src/config/achievements.js
@@ -116,4 +116,11 @@ export const ACHIEVEMENTS = [
116
icon: <GhostIcon size={32} weight="duotone" />,
117
category: 'Secret',
118
},
119
+ {
120
+ id: 'her_daim',
121
+ title: 'Her Daim...',
122
+ description:'A hidden achievement',
123
+ icon: <GhostIcon size={32} weight="duotone" />,
124
+ category: 'Secret',
125
+ },
126
];
0 commit comments