Skip to content

Commit

Permalink
Merge pull request #37 from aylmerbolzan/otimizacao_badges
Browse files Browse the repository at this point in the history
perf: otimização das imagens de badges
  • Loading branch information
BernardoSM committed Nov 28, 2023
2 parents e4f2c55 + a1dab0a commit 9eb1b14
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/app/components/atoms/AchievementCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@ const badges: Record<availableBadges, badgeState> = {
FIRST_1000: {
title: "Mapa do Aventureiro",
description: "Seja um dos 1000 primeiros alunos.",
image: "/app/achievements/map.png",
image: "/app/achievements/map.webp",
},
FE_MASTER: {
title: "",
description: "",
image: "/app/achievements/sword.png",
image: "/app/achievements/sword.webp",
},
BE_MASTER: {
title: "",
description: "",
image: "/app/achievements/bow.png",
image: "/app/achievements/bow.webp",
},
DESIGN_MASTER: {
title: "",
description: "",
image: "/app/achievements/hammer.png",
image: "/app/achievements/hammer.webp",
},
DEVOPS_MASTER: {
title: "",
description: "",
image: "/app/achievements/shield.png",
image: "/app/achievements/shield.webp",
},
};
</script>
Expand Down
Binary file added apps/app/public/app/achievements/bow.webp
Binary file not shown.
Binary file added apps/app/public/app/achievements/hammer.webp
Binary file not shown.
Binary file added apps/app/public/app/achievements/map.webp
Binary file not shown.
Binary file added apps/app/public/app/achievements/shield.webp
Binary file not shown.
Binary file added apps/app/public/app/achievements/sword.webp
Binary file not shown.

0 comments on commit 9eb1b14

Please sign in to comment.