File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ import {
2323 ShuffleIcon ,
2424 QuestionMarkIcon ,
2525 TrashIcon ,
26- Metronome as MetronomeIcon ,
27- Spade as SpadeIcon ,
28- Heart as HeartIcon ,
29- Diamond as DiamondIcon ,
30- Eye as EyeIcon ,
31- Target as TargetIcon ,
32- Brain as BrainIcon
26+ MetronomeIcon ,
27+ SpadeIcon ,
28+ HeartIcon ,
29+ DiamondIcon ,
30+ EyeIcon ,
31+ TargetIcon ,
32+ BrainIcon
3333} from '@phosphor-icons/react' ;
3434
3535export const ACHIEVEMENTS = [
@@ -601,13 +601,6 @@ export const ACHIEVEMENTS = [
601601 icon : < ShuffleIcon size = { 32 } weight = "duotone" /> ,
602602 category : 'Secret' ,
603603 } ,
604- {
605- id : 'clean_slate' ,
606- title : 'Clean Slate' ,
607- description : 'Cleared all local storage.' ,
608- icon : < TrashIcon size = { 32 } weight = "duotone" /> ,
609- category : 'Secret' ,
610- } ,
611604 {
612605 id : 'perfect_timing' ,
613606 title : 'Perfect Timing' ,
@@ -671,4 +664,11 @@ export const ACHIEVEMENTS = [
671664 icon : < PhoneIcon size = { 32 } weight = "duotone" /> ,
672665 category : 'Secret' ,
673666 } ,
667+ {
668+ id : 'clean_slate' ,
669+ title : 'Clean Slate' ,
670+ description : 'Cleared all local storage.' ,
671+ icon : < TrashIcon size = { 32 } weight = "duotone" /> ,
672+ category : 'Secret' ,
673+ } ,
674674] ;
You can’t perform that action at this time.
0 commit comments