mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 10:51:52 +01:00
11 lines
312 B
Vue
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> |