Disable CustomGithubCorner by default.

This commit is contained in:
Yang Luo
2021-08-02 19:21:38 +08:00
parent 5a6f3cdea5
commit 4001e63f16

View File

@@ -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()