ADD: FreeInfo component

for better handling
This commit is contained in:
webfussel 2025-05-28 10:14:20 +02:00
parent d24115c865
commit aef697534c
3 changed files with 14 additions and 5 deletions

View file

@ -0,0 +1,6 @@
<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>