mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
Update logo.
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
name="description"
|
name="description"
|
||||||
content="Web site created using create-react-app"
|
content="Web site created using create-react-app"
|
||||||
/>
|
/>
|
||||||
<link rel="apple-touch-icon" href="https://cdn.casbin.org/site/casdoor/favicon.png" />
|
<link rel="apple-touch-icon" href="https://cdn.casdoor.com/static/favicon.png" />
|
||||||
<!--
|
<!--
|
||||||
manifest.json provides metadata used when your web app is installed on a
|
manifest.json provides metadata used when your web app is installed on a
|
||||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
|
@ -644,7 +644,7 @@ class App extends Component {
|
|||||||
return (
|
return (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<link rel="icon" href={"https://cdn.casbin.com/static/favicon.ico"} />
|
<link rel="icon" href={"https://cdn.casdoor.com/static/favicon.png"} />
|
||||||
</Helmet>
|
</Helmet>
|
||||||
{
|
{
|
||||||
this.renderPage()
|
this.renderPage()
|
||||||
|
@ -31,7 +31,7 @@ class ApplicationListPage extends BaseListPage {
|
|||||||
name: `application_${randomName}`,
|
name: `application_${randomName}`,
|
||||||
createdTime: moment().format(),
|
createdTime: moment().format(),
|
||||||
displayName: `New Application - ${randomName}`,
|
displayName: `New Application - ${randomName}`,
|
||||||
logo: "https://cdn.casbin.com/logo/logo_1024x256.png",
|
logo: "https://cdn.casdoor.com/logo/casdoor-logo_1185x256.png",
|
||||||
enablePassword: true,
|
enablePassword: true,
|
||||||
enableSignUp: true,
|
enableSignUp: true,
|
||||||
enableSigninSession: true,
|
enableSigninSession: true,
|
||||||
|
@ -31,7 +31,7 @@ class OrganizationListPage extends BaseListPage {
|
|||||||
createdTime: moment().format(),
|
createdTime: moment().format(),
|
||||||
displayName: `New Organization - ${randomName}`,
|
displayName: `New Organization - ${randomName}`,
|
||||||
websiteUrl: "https://door.casdoor.com",
|
websiteUrl: "https://door.casdoor.com",
|
||||||
favicon: "https://cdn.casbin.com/static/favicon.ico",
|
favicon: "https://cdn.casdoor.com/static/favicon.png",
|
||||||
passwordType: "plain",
|
passwordType: "plain",
|
||||||
PasswordSalt: "",
|
PasswordSalt: "",
|
||||||
phonePrefix: "86",
|
phonePrefix: "86",
|
||||||
|
@ -13,9 +13,9 @@ code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
background: url("https://cdn.casbin.org/img/logo_384x96.png");
|
background: url("https://cdn.casdoor.com/logo/casdoor-logo_1185x256.png");
|
||||||
background-size: 108px, 33px;
|
background-size: 130px, 27px;
|
||||||
width: 108px;
|
width: 130px;
|
||||||
height: 27px;
|
height: 27px;
|
||||||
/*background: rgba(0, 0, 0, 0.2);*/
|
/*background: rgba(0, 0, 0, 0.2);*/
|
||||||
margin: 17px 10px 16px 20px;
|
margin: 17px 10px 16px 20px;
|
||||||
|
Reference in New Issue
Block a user