mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-15 19:22:21 +01:00
11 lines
313 B
Vue
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> |