Update projects

This commit is contained in:
2026-04-14 23:10:24 +02:00
parent c97a0f73cc
commit 241c04f4fd
29 changed files with 127 additions and 38 deletions

View File

@@ -1,11 +1,11 @@
<template>
<ProjectCard
title="Image deblur" :image="image"
title="Image Deblur" :image="image"
:links="[
{ label: 'Repository', url: 'https://github.com/NotXia/imaging' }
]">
<p class="text-center">{{ $t("unibo_21-22") }}</p>
<!-- <p class="text-center">{{ $t("unibo_21-22") }}</p> -->
<p>{{ $t('imaging.description') }}</p>
</ProjectCard>
</template>