mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 23:05:23 +00:00
Merge pull request #1702 from nutboltu/master
Removed renderExamplePlaceholder as its never used
This commit is contained in:
@@ -310,13 +310,6 @@ Home.propTypes = {
|
||||
}).isRequired,
|
||||
};
|
||||
|
||||
function renderExamplePlaceholder(containerId) {
|
||||
ReactDOM.render(
|
||||
<h4>Loading code example...</h4>,
|
||||
document.getElementById(containerId),
|
||||
);
|
||||
}
|
||||
|
||||
const CtaItem = ({children, primary = false}) => (
|
||||
<div
|
||||
css={{
|
||||
|
||||
Reference in New Issue
Block a user