Update achievements

This commit is contained in:
2023-03-08 19:48:02 +01:00
parent 63beeeb823
commit d2c69faa00
7 changed files with 33 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<div class="flex text-sm">
<div class="flex items-center justify-center">
<div class="w-10 h-10 flex items-center justify-center overflow-hidden">
<img :src="image" alt="" class="h-full w-full" />
<img :src="image" alt="" class="h-full w-full dark:invert" />
</div>
</div>
@ -17,7 +17,7 @@
<script setup lang="ts">
import { useI18n } from "vue-i18n";
import image from "@/assets/images/sad.png";
import image from "@/assets/images/sad.svg";
const { t } = useI18n({ messages: {
"en": {