Files
notxia.github.io/components/projects/cards/PandOSplus.vue
2026-04-14 23:10:24 +02:00

11 lines
321 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>