Expand photobooth info on how-it-works
This commit is contained in:
@@ -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) => (
|
||||
|
||||
Reference in New Issue
Block a user