Add Tablut

This commit is contained in:
2024-01-12 20:06:34 +01:00
parent 104d7377b2
commit 966ff868c9
5 changed files with 9 additions and 7 deletions

View File

@ -1,7 +1,8 @@
<template>
<ProjectCard
title="Tablut"
title="Tablut" :image="image"
:links="[
{ label: 'Repository', url: 'https://github.com/NotXia/tablut-player' }
]">
<p class="text-center">{{ $t("unibo_23-24") }}</p>
@ -11,4 +12,5 @@
<script setup lang="ts">
import image from "@/assets/images/projects/tablut.png";
</script>