diff --git a/src/common/component/StyledSettingContainer.tsx b/src/common/component/StyledSettingContainer.tsx index eb73d7cb..ca1ec881 100644 --- a/src/common/component/StyledSettingContainer.tsx +++ b/src/common/component/StyledSettingContainer.tsx @@ -65,7 +65,7 @@ const StyledSettingContainer: FC> = ({
- {nav &&

{nav.title}

} + {nav &&

{nav.title}

} {children}
diff --git a/src/common/component/Version.tsx b/src/common/component/Version.tsx index 29969255..68bf606b 100644 --- a/src/common/component/Version.tsx +++ b/src/common/component/Version.tsx @@ -15,7 +15,7 @@ const Version: FC = () => { unregister(); setTimeout(() => { location.reload(); - }, 1500); + }, 2000); }; return (