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

fix(Doc): Fix index for renamed perf examples #2169

Merged
merged 1 commit into from
Dec 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Performance = () => (
<ComponentPerfExample
title="Default"
description="A default test."
examplePath="components/Attachment/Performance/Attachment.perf"
examplePath="components/Attachment/Performance/AttachmentMinimal.perf"
/>
</NonPublicSection>
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Performance = () => (
<ComponentPerfExample
title="Default"
description="A default test."
examplePath="components/Button/Performance/ButtonSlots.perf"
examplePath="components/Button/Performance/ButtonMinimal.perf"
/>
</NonPublicSection>
)
Expand Down
6 changes: 3 additions & 3 deletions docs/src/examples/components/Header/Performance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ const Performance = () => (
examplePath="components/Header/Performance/HeaderSlots.perf"
/>
<ComponentPerfExample
title="Default"
description="A test with a description shorthand."
examplePath="components/Header/Performance/HeaderDescription.perf"
title="Minimal"
description="Header with no props."
examplePath="components/Header/Performance/HeaderMinimal.perf"
/>
</NonPublicSection>
)
Expand Down