ADD: FreeInfo component
for better handling
This commit is contained in:
parent
d24115c865
commit
aef697534c
3 changed files with 14 additions and 5 deletions
6
app/components/FreeInfo.vue
Normal file
6
app/components/FreeInfo.vue
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue