Hide about modal by default
This commit is contained in:
@@ -23,7 +23,7 @@ export default function App() {
|
|||||||
'dark',
|
'dark',
|
||||||
pref => !!themes[pref]
|
pref => !!themes[pref]
|
||||||
);
|
);
|
||||||
const [showAbout, setShowAbout] = useState<boolean>(true);
|
const [showAbout, setShowAbout] = useState<boolean>(false);
|
||||||
|
|
||||||
function setContent(content: string) {
|
function setContent(content: string) {
|
||||||
setActualContent(content);
|
setActualContent(content);
|
||||||
|
|||||||
Reference in New Issue
Block a user