mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
Add react-github-corner.
This commit is contained in:
@ -31,6 +31,7 @@ import Face from "./Face";
|
||||
import AccountPage from "./account/AccountPage";
|
||||
import LoginPage from "./account/LoginPage";
|
||||
import HomePage from "./HomePage";
|
||||
import CustomGithubCorner from "./CustomGithubCorner";
|
||||
|
||||
const { Header, Footer } = Layout;
|
||||
|
||||
@ -317,6 +318,7 @@ class App extends Component {
|
||||
return (
|
||||
<div id="parent-area">
|
||||
<BackTop />
|
||||
<CustomGithubCorner />
|
||||
<div id="content-wrap">
|
||||
{
|
||||
this.renderContent()
|
||||
|
Reference in New Issue
Block a user