mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-15 19:22:21 +01:00
10 lines
248 B
Vue
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> |