Skip to content

Commit d849cb5

Browse files
committed
fix: icons.
1 parent 86aa11f commit d849cb5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/config/achievements.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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

3535
export 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
];

0 commit comments

Comments
 (0)