fix lint
This commit is contained in:
parent
d6f9b6547a
commit
5abd81695a
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class SoapboxMount extends React.PureComponent {
|
|||
{customCss && customCss.map(css => (
|
||||
<link rel='stylesheet' href={css} key={css} />
|
||||
))}
|
||||
<meta name="theme-color" content={this.props.brandColor} />
|
||||
<meta name='theme-color' content={this.props.brandColor} />
|
||||
</Helmet>
|
||||
<BrowserRouter>
|
||||
<ScrollContext>
|
||||
|
|
Loading…
Reference in a new issue