Skip to content

Commit 9fd7b9d

Browse files
committed
feat: more achievements
1 parent 5b0cbba commit 9fd7b9d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/config/achievements.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,17 @@ export const ACHIEVEMENTS = [
375375
icon: <ShuffleIcon size={32} weight="duotone" />,
376376
category: 'Secret',
377377
},
378+
{
379+
id: 'elite',
380+
title: 'Elite',
381+
description: 'elite...',
382+
icon: <ShuffleIcon size={32} weight="duotone" />,
383+
category: 'Secret',
384+
},
378385
{
379386
id: 'feeling_lucky',
380387
title: 'Feeling Lucky',
381-
description: 'Took a chance on the random button.',
388+
description: 'Surprise.',
382389
icon: <ShuffleIcon size={32} weight="duotone" />,
383390
category: 'Secret',
384391
},

src/pages/apps/RotaryPhonePage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const RotaryPhonePage = () => {
5858
'36': 'some_bodies_gonna_get_it',
5959
'182': 'fast_eyes',
6060
'808': 'and_heartbreak',
61+
'1337': 'elite',
6162
}
6263

6364
const handleCall = () => {

0 commit comments

Comments
 (0)