Use default title for Helmet

This commit is contained in:
Alex Gleason 2020-04-18 15:09:25 -05:00
parent 9a327139fe
commit d3bef7038d
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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