diff --git a/public/icons/crown-star.svg b/public/icons/crown-star.svg new file mode 100644 index 0000000..3cf0a48 --- /dev/null +++ b/public/icons/crown-star.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/components/Achievements.svelte b/src/components/Achievements.svelte index 113b479..daa372a 100644 --- a/src/components/Achievements.svelte +++ b/src/components/Achievements.svelte @@ -72,7 +72,7 @@ 'legend': { name: 'Geography Legend', description: 'Answer 200 questions correctly', - icon: 'crown-minimalistic.svg', + icon: 'crown-star.svg', requirement: () => gameStats.correct >= 200 } };