Fall back to page title

merge-requests/1/head
Alex Gleason 4 years ago
parent 2afe0e0b56
commit 1963f46392
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -10,14 +10,10 @@ const mapStateToProps = state => ({
class SoapboxHelmet extends React.Component {
static propTypes = {
siteTitle: PropTypes.string.isRequired,
siteTitle: PropTypes.string,
children: PropTypes.node,
};
static defaultProps = {
siteTitle: 'Soapbox',
};
render() {
const { siteTitle, children } = this.props;

Loading…
Cancel
Save