We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791fa3e commit 86e380aCopy full SHA for 86e380a
src/App.tsx
@@ -23,7 +23,7 @@ export default function App() {
23
'dark',
24
pref => !!themes[pref]
25
);
26
- const [showAbout, setShowAbout] = useState<boolean>(true);
+ const [showAbout, setShowAbout] = useState<boolean>(false);
27
28
function setContent(content: string) {
29
setActualContent(content);
0 commit comments