Skip to content

Commit 86e380a

Browse files
committed
Hide about modal by default
1 parent 791fa3e commit 86e380a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function App() {
2323
'dark',
2424
pref => !!themes[pref]
2525
);
26-
const [showAbout, setShowAbout] = useState<boolean>(true);
26+
const [showAbout, setShowAbout] = useState<boolean>(false);
2727

2828
function setContent(content: string) {
2929
setActualContent(content);

0 commit comments

Comments
 (0)