diff --git a/index.html b/index.html index 35046ce..64fed4d 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,13 @@ +
diff --git a/src/App.jsx b/src/App.jsx index e23a783..13a5820 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -75,7 +75,7 @@ class App extends Component { this.state = { doNotShowAgain: !showPopup, - popupOpen: showPopup, + popupOpen: false, // 2024-08-12 soft-disable web banner }; }