Fix a bug preventing the favicon from showing on certain sites
This commit is contained in:
parent
d857a4e159
commit
f2f7263095
|
|
@ -16,7 +16,7 @@ class TurniereApp extends App {
|
|||
const {Component, pageProps, reduxStore} = this.props;
|
||||
return (<Container>
|
||||
<Notifications />
|
||||
<Favicon url="../static/icons/favicon.ico"/>
|
||||
<Favicon url="/static/icons/favicon.ico"/>
|
||||
<Provider store={reduxStore}>
|
||||
<Component {...pageProps} />
|
||||
</Provider>
|
||||
|
|
|
|||
Loading…
Reference in New Issue