REMOVE: RichText

Removed all traces of RichText implementation in Favor of NuxtContent
This commit is contained in:
webfussel 2025-06-10 07:48:21 +02:00
parent 73f09ad76e
commit 4e953392fc
23 changed files with 38 additions and 412 deletions

View file

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