Add DefaultApplication to conf

This commit is contained in:
Yang Luo
2023-07-02 09:15:22 +08:00
parent 0e2dad35f3
commit 1ab7a54133
3 changed files with 36 additions and 36 deletions

View File

@ -30,7 +30,7 @@ class CustomGithubCorner extends React.Component {
}
return (
<GithubCorner href={Conf.GithubRepo} size={60} />
<GithubCorner href={"https://github.com/casdoor/casdoor"} size={60} />
);
}
}