Update projects

This commit is contained in:
2023-06-19 13:13:38 +02:00
parent 084ae9346e
commit c342a545df
5 changed files with 16 additions and 8 deletions

View File

@ -1,11 +1,15 @@
<template>
<ProjectCard
title="WaveMap"
title="WaveMap" :image="image"
:links="[
// { label: 'Repository', url: 'https://github.com/NotXia/wave-map' },
{ label: 'Repository', url: 'https://github.com/NotXia/wave-map' },
]">
<p class="text-center">{{ $t("unibo_22-23") }}</p>
<p>{{ $t("wavemap.description") }}</p>
</ProjectCard>
</template>
</template>
<script setup lang="ts">
import image from "@/assets/images/projects/wavemap.jpg";
</script>