mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 19:01:51 +01:00
Update projects
This commit is contained in:
@ -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>
|
||||
Reference in New Issue
Block a user