diff --git a/src/App.tsx b/src/App.tsx index cfffa93..dca4a46 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -23,7 +23,7 @@ export default function App() { 'dark', pref => !!themes[pref] ); - const [showAbout, setShowAbout] = useState(true); + const [showAbout, setShowAbout] = useState(false); function setContent(content: string) { setActualContent(content);