Expand photobooth info on how-it-works
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-22 14:09:20 +01:00
parent 287cc8a532
commit a3747138a4
3 changed files with 13 additions and 0 deletions

View File

@@ -290,6 +290,9 @@ const HowItWorks: React.FC = () => {
<h2 className="mt-3 text-3xl font-bold text-gray-900 dark:text-gray-50">
{t('how_it_works_page.labels.timeline_heading', 'Ein klarer Fahrplan für dein Event')}
</h2>
<p className="mt-2 text-sm text-gray-600 dark:text-gray-300">
{t('how_it_works_page.labels.timeline_hint', 'Falls eine Photobooth vorhanden ist: einfach verbinden.')}
</p>
</div>
<Accordion type="single" collapsible className="w-full">
{timeline.map((item, index) => (