Favicon badge: clear on pageload

This commit is contained in:
Alex Gleason 2021-10-15 15:33:09 -05:00
parent f22037d51e
commit bdde72a29e
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@ class SoapboxHelmet extends React.Component {
} }
} }
componentDidMount() {
this.updateFaviconBadge();
}
render() { render() {
const { siteTitle, children } = this.props; const { siteTitle, children } = this.props;