Add org's favicon.

This commit is contained in:
Yang Luo
2021-04-29 20:27:07 +08:00
parent 5779d57960
commit 3065bacad2
4 changed files with 45 additions and 2 deletions

View File

@ -440,7 +440,7 @@ class App extends Component {
<React.Fragment>
<Helmet>
<title>{organization.displayName}</title>
<link rel="icon" href={organization.websiteUrl} />
<link rel="icon" href={organization.favicon} />
</Helmet>
{
this.renderPage()