wf4/app/components/FreeInfo.vue
webfussel 4e953392fc REMOVE: RichText
Removed all traces of RichText implementation in Favor of NuxtContent
2025-06-10 07:48:21 +02:00

6 lines
No EOL
274 B
Vue

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