Files
notxia.github.io/components/projects/cards/BScThesis.vue
2023-05-10 19:30:20 +02:00

10 lines
248 B
Vue

<template>
<ProjectCard
:title="$t('bsc_thesis.title')"
:links="[
]">
<p class="text-center">{{ $t("unibo_22-23") }}</p>
<p>{{ $t("bsc_thesis.description") }}</p>
</ProjectCard>
</template>