wf4/app/components/FreeInfo.vue
2025-05-28 10:14:20 +02:00

6 lines
No EOL
290 B
Vue

<template>
<article class="z-2 card flex-col margin-top font-big text-center">
<p>Derzeit habe ich <span class="highlight">keine freien Plätze</span>.</p>
<p class="margin-top-small">Das ändert sich ab <span class="highlight">01. Januar 2026</span>.</p>
</article>
</template>