Skip to content

Commit e8cd800

Browse files
add indent
1 parent 92474ca commit e8cd800

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/site/components/__design__/mermaid.stories.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ type Meta = MetaObj<Props>;
1212
export const Mermaid: Story = {
1313
args: {
1414
children: dedent`\`\`\`mermaid
15-
graph LR
16-
A[Client] --> B(Load Balancer)
17-
B --> C{Server 1}
18-
B --> D{Server 2}
19-
\`\`\``,
15+
graph LR
16+
A[Client] --> B(Load Balancer)
17+
B --> C{Server 1}
18+
B --> D{Server 2}
19+
\`\`\``,
2020
},
2121
};
2222

0 commit comments

Comments
 (0)