From daee64ac0580b3571cc427a094633c300f024a48 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 28 Sep 2021 19:49:08 +0200 Subject: intro image --- src/views/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views/App.js') diff --git a/src/views/App.js b/src/views/App.js index bee8f1f..1a3ca42 100644 --- a/src/views/App.js +++ b/src/views/App.js @@ -11,7 +11,7 @@ import Intro from "./Intro.js"; export default function App() { const [db, setDb] = useState(null); - const [intro, setIntro] = useState(false); + const [intro, setIntro] = useState(true); useEffect(async () => { const newDb = await loadDB(); -- cgit v1.2.3-70-g09d2