This repository was archived by the owner on Mar 4, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
docs/src/examples/components Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const Performance = () => (
8
8
< ComponentPerfExample
9
9
title = "Default"
10
10
description = "A default test."
11
- examplePath = "components/Attachment/Performance/Attachment .perf"
11
+ examplePath = "components/Attachment/Performance/AttachmentMinimal .perf"
12
12
/>
13
13
</ NonPublicSection >
14
14
)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const Performance = () => (
8
8
< ComponentPerfExample
9
9
title = "Default"
10
10
description = "A default test."
11
- examplePath = "components/Button/Performance/ButtonSlots .perf"
11
+ examplePath = "components/Button/Performance/ButtonMinimal .perf"
12
12
/>
13
13
</ NonPublicSection >
14
14
)
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ const Performance = () => (
11
11
examplePath = "components/Header/Performance/HeaderSlots.perf"
12
12
/>
13
13
< 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"
17
17
/>
18
18
</ NonPublicSection >
19
19
)
You can’t perform that action at this time.
0 commit comments