Files
notxia.github.io/components/projects/cards/WaveMap.vue
2023-05-10 19:30:20 +02:00

11 lines
313 B
Vue

<template>
<ProjectCard
title="WaveMap"
:links="[
// { 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>