Skip to content

Commit

Permalink
Merge pull request react-bootstrap#1483 from 40818419/naming-consiste…
Browse files Browse the repository at this point in the history
…ncy-in-docs-footer

Naming consistency in docs footer
  • Loading branch information
jquense committed Nov 10, 2015
2 parents 0f57d70 + 2d3375e commit af93b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/PageFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (/docs/.test(version)) {
version = version.split('-')[0];
}

const PageHeader = React.createClass({
const PageFooter = React.createClass({
render() {
return (
<footer className="bs-docs-footer" role="contentinfo">
Expand Down Expand Up @@ -56,4 +56,4 @@ const PageHeader = React.createClass({
}
});

export default PageHeader;
export default PageFooter;

0 comments on commit af93b24

Please sign in to comment.