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 (
<div id="parent-area">
<BackTop />
<CustomGithubCorner />
{/*<CustomGithubCorner />*/}
<div id="content-wrap" style={{flexDirection: "column"}}>
{
this.renderContent()