Files
notxia.github.io/components/projects/cards/PandOSplus.vue
2023-04-30 18:36:39 +02:00

11 lines
312 B
Vue

<template>
<ProjectCard
title="PandOS+"
:links="[
{ label: 'Repository', url: 'https://github.com/NotXia/pandos-plus' }
]">
<p class="text-center">{{ $t("unibo_21-22") }}</p>
<p>{{ $t('pandos+.description') }}</p>
</ProjectCard>
</template>