Skip to content

Commit e3629f6

Browse files
fix(storybook): move Audio and Transcript to Internal Components section (#734)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: huyenltnguyen <25715018+huyenltnguyen@users.noreply.github.com>
1 parent 793539d commit e3629f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/quiz-question/audio/audio.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Audio } from "./audio";
44

55
const meta: Meta<typeof Audio> = {
66
component: Audio,
7-
title: "Components/Audio",
7+
title: "Internal Components/Audio",
88
parameters: {
99
controls: { expanded: true },
1010
},

src/quiz-question/transcript/transcript.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Transcript } from "./transcript";
44

55
const meta: Meta<typeof Transcript> = {
66
component: Transcript,
7-
title: "Components/Transcript",
7+
title: "Internal Components/Transcript",
88
parameters: {
99
controls: { expanded: true },
1010
},

0 commit comments

Comments
 (0)