This commit is contained in:
Nuoxi
2023-10-31 02:59:51 +11:00
parent 4157ae1e4e
commit e6c48cbfb0
+2 -2
View File
@@ -4,13 +4,13 @@ import { Helmet } from "react-helmet";
function Title(props) {
return (
<Helmet>
<title>{`${props.title} - OpenSign`}</title>
<title>{`${props.title} - OpenSign`}</title>
{/* <title>
{`${localStorage.getItem("appTitle") ? localStorage.getItem("appTitle") : ""} - ${props.title}`}
</title> */}
<meta
name="description"
content={`${props.title} - OpenSign`}
content={`${props.title} - OpenSign`}
/>
{/* <meta
name="description"