mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-08 12:11:03 +08:00
Disable CustomGithubCorner by default.
This commit is contained in:
@@ -517,7 +517,7 @@ class App extends Component {
|
|||||||
return (
|
return (
|
||||||
<div id="parent-area">
|
<div id="parent-area">
|
||||||
<BackTop />
|
<BackTop />
|
||||||
<CustomGithubCorner />
|
{/*<CustomGithubCorner />*/}
|
||||||
<div id="content-wrap" style={{flexDirection: "column"}}>
|
<div id="content-wrap" style={{flexDirection: "column"}}>
|
||||||
{
|
{
|
||||||
this.renderContent()
|
this.renderContent()
|
||||||
|
Reference in New Issue
Block a user