Use default title for Helmet
This commit is contained in:
@ -14,6 +14,10 @@ class SoapboxHelmet extends React.Component {
|
||||
children: PropTypes.node,
|
||||
};
|
||||
|
||||
static defaultProps = {
|
||||
siteTitle: 'Soapbox',
|
||||
};
|
||||
|
||||
render() {
|
||||
const { siteTitle, children } = this.props;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user