Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit f20a4b2

Browse files
fix(Doc): Fix index for renamed perf examples (#2169)
1 parent 32e9c49 commit f20a4b2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/src/examples/components/Attachment/Performance/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Performance = () => (
88
<ComponentPerfExample
99
title="Default"
1010
description="A default test."
11-
examplePath="components/Attachment/Performance/Attachment.perf"
11+
examplePath="components/Attachment/Performance/AttachmentMinimal.perf"
1212
/>
1313
</NonPublicSection>
1414
)

docs/src/examples/components/Button/Performance/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Performance = () => (
88
<ComponentPerfExample
99
title="Default"
1010
description="A default test."
11-
examplePath="components/Button/Performance/ButtonSlots.perf"
11+
examplePath="components/Button/Performance/ButtonMinimal.perf"
1212
/>
1313
</NonPublicSection>
1414
)

docs/src/examples/components/Header/Performance/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const Performance = () => (
1111
examplePath="components/Header/Performance/HeaderSlots.perf"
1212
/>
1313
<ComponentPerfExample
14-
title="Default"
15-
description="A test with a description shorthand."
16-
examplePath="components/Header/Performance/HeaderDescription.perf"
14+
title="Minimal"
15+
description="Header with no props."
16+
examplePath="components/Header/Performance/HeaderMinimal.perf"
1717
/>
1818
</NonPublicSection>
1919
)

0 commit comments

Comments
 (0)