From f6a7ae00a92249d00b7a49e5e84e8543f18e8f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Garn=C3=A6s?= Date: Sun, 10 Dec 2023 21:30:01 +0100 Subject: [PATCH] Update display of ticket categories and prices in event page Instead of each category/price being an entry they are instead grouped under the price entry. To prevent multiple elements from wrapping we use the new column layout. DDFFORM-57 --- src/stories/Blocks/event-page/EventPage.stories.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/stories/Blocks/event-page/EventPage.stories.tsx b/src/stories/Blocks/event-page/EventPage.stories.tsx index 8ddce6775..34d2ceab4 100644 --- a/src/stories/Blocks/event-page/EventPage.stories.tsx +++ b/src/stories/Blocks/event-page/EventPage.stories.tsx @@ -76,8 +76,11 @@ export default { listDescriptionData: { defaultValue: { Tid: { value: ["19:30 — 21:00"], type: "standard" }, - Standard: { value: ["65 kr."], type: "standard" }, - Børn: { value: ["Gratis"], type: "standard" }, + Pris: { + value: ["Standard: 65 kr.", "Børn: Gratis"], + type: "standard", + layout: "column", + }, Sted: { value: [ "Hovedbibliotek",