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="Platform game" :image="image"
title="Platform Game" :image="image"
:links="[
{ label: 'Repository', url: 'https://github.com/NotXia/platform-game' }
]">
<p class="text-center">{{ $t("unibo_20-21") }}</p>
<!-- <p class="text-center">{{ $t("unibo_20-21") }}</p> -->
<p>{{ $t('platform.description') }}</p>
</ProjectCard>
</template>