Set org's document title and favicon.

This commit is contained in:
Yang Luo
2021-04-29 19:51:03 +08:00
parent cfe1eb9d50
commit 5779d57960
7 changed files with 68 additions and 5 deletions

View File

@ -48,7 +48,7 @@ class OrganizationListPage extends React.Component {
name: `organization_${this.state.organizations.length}`,
createdTime: moment().format(),
displayName: `New Organization - ${this.state.organizations.length}`,
websiteUrl: "https://example.com",
websiteUrl: "https://cdn.casbin.com/static/favicon.ico",
}
}