From 7d021f8e408c14875d7e2cd45a4dd24a5eaac30d Mon Sep 17 00:00:00 2001 From: Bianca Widstam Date: Fri, 12 Dec 2025 08:52:42 +0000 Subject: [PATCH] Merged in fix/storybook-error (pull request #3336) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: storybook error remove slash * fix: storybook error remove slash Approved-by: Erik Tiekstra Approved-by: Matilda Landström --- .../lib/components/VideoPlayer/VideoPlayer.stories.tsx | 2 +- .../VideoPlayer/VideoWithCard/VideoWithCard.stories.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/design-system/lib/components/VideoPlayer/VideoPlayer.stories.tsx b/packages/design-system/lib/components/VideoPlayer/VideoPlayer.stories.tsx index ff363dbb1..5a42773e8 100644 --- a/packages/design-system/lib/components/VideoPlayer/VideoPlayer.stories.tsx +++ b/packages/design-system/lib/components/VideoPlayer/VideoPlayer.stories.tsx @@ -5,7 +5,7 @@ import { VideoPlayer } from '.' import { config as videoPlayerConfig } from './variants' const meta: Meta = { - title: 'Core Components//🚧 Video 🚧/VideoPlayer', + title: 'Core Components/🚧 Video 🚧/VideoPlayer', component: VideoPlayer, parameters: { diff --git a/packages/design-system/lib/components/VideoPlayer/VideoWithCard/VideoWithCard.stories.tsx b/packages/design-system/lib/components/VideoPlayer/VideoWithCard/VideoWithCard.stories.tsx index 9c4f050f0..4fd9fbf16 100644 --- a/packages/design-system/lib/components/VideoPlayer/VideoWithCard/VideoWithCard.stories.tsx +++ b/packages/design-system/lib/components/VideoPlayer/VideoWithCard/VideoWithCard.stories.tsx @@ -4,7 +4,7 @@ import { VideoWithCard } from '.' import { config } from './variants' const meta: Meta = { - title: 'Core Components//🚧 Video 🚧//VideoWithCard', + title: 'Core Components/🚧 Video 🚧/VideoWithCard', component: VideoWithCard, parameters: { docs: {