We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8fcef commit 8f9ada8Copy full SHA for 8f9ada8
src/routes/SpectresRoute.js
@@ -73,18 +73,6 @@ function ExamplePageRoute(props) {
73
? renderHealthSummary()
74
: <Icon icon="spinner-ellipsis" />
75
}
76
- <hr />
77
- <Headline size="small" margin="medium">More...</Headline>
78
- Please refer to the
79
- {' '}
80
- <a
81
- data-test-example-page-components-link
82
- href="https://github.com/folio-org/stripes-components/blob/master/README.md"
83
- >
84
- Stripes Components README
85
- </a>
86
87
- for more components and examples.
88
</Pane>
89
</Paneset>
90
);
0 commit comments