Skip to content

Commit cd7bfe7

Browse files
committed
fix(renderExamplePlaceholder): renderExamplePlaceholder removed as its never used
1 parent 5fdb6a2 commit cd7bfe7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/pages/index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -310,13 +310,6 @@ Home.propTypes = {
310310
}).isRequired,
311311
};
312312

313-
function renderExamplePlaceholder(containerId) {
314-
ReactDOM.render(
315-
<h4>Loading code example...</h4>,
316-
document.getElementById(containerId),
317-
);
318-
}
319-
320313
const CtaItem = ({children, primary = false}) => (
321314
<div
322315
css={{

0 commit comments

Comments
 (0)