Skip to content

Commit f1dd2c8

Browse files
committed
Undo unrelated storybook changes
1 parent 9a06d69 commit f1dd2c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

site/src/components/CodeBlock/index.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Started container user
99
Using user 'coder' with shell '/bin/bash'`.split("\n")
1010

1111
export default {
12-
title: "Text/CodeBlock",
12+
title: "CodeBlock/CodeBlock",
1313
component: CodeBlock,
1414
argTypes: {
1515
lines: { control: "text", defaultValue: sampleLines },

site/src/components/CodeExample/CodeExample.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { CodeExample, CodeExampleProps } from "./CodeExample"
55
const sampleCode = `echo "Hello, world"`
66

77
export default {
8-
title: "Text/CodeExample",
8+
title: "CodeBlock/CodeExample",
99
component: CodeExample,
1010
argTypes: {
1111
code: { control: "string", defaultValue: sampleCode },

site/src/components/Navbar/UserDropdown/UserDropdown.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import React from "react"
44
import { UserDropdown, UserDropdownProps } from "."
55

66
export default {
7-
title: "Navbar/UserDropdown",
7+
title: "Page/UserDropdown",
88
component: UserDropdown,
99
argTypes: {
1010
onSignOut: { action: "Sign Out" },

0 commit comments

Comments
 (0)