File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff 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 = ( ) => {
You can’t perform that action at this time.
0 commit comments