Commit 8df4db08 authored by Eduardo Schweitzer's avatar Eduardo Schweitzer
Browse files

Merge branch 'fix-16/achievement-images' into 'dev'

Atualização do ícone das conquistas

See merge request !49
parents 563986c2 e7de66c5
Showing with 1 addition and 2 deletions
+1 -2
......@@ -142,8 +142,7 @@ const connect = async () => {
//Create achievements
const achievements: AchievementData[] = [];
const achievementImage =
"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Trophy_Flat_Icon.svg/480px-Trophy_Flat_Icon.svg.png";
const achievementImage = "https://i.imgur.com/kuZNoUt.png";
achievements.push({
tagName: "Drama",
targetScore: 5,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment