diff --git a/apps/OpenSign/src/components/Title.js b/apps/OpenSign/src/components/Title.js index 14fbc01c2..1fd108f55 100644 --- a/apps/OpenSign/src/components/Title.js +++ b/apps/OpenSign/src/components/Title.js @@ -4,13 +4,18 @@ import { Helmet } from "react-helmet"; function Title(props) { return ( - {`${ - localStorage.getItem("appTitle") ? localStorage.getItem("appTitle") : "" - } - ${props.title}`} + {`${props.title} - OpenSign™`} + {/* + {`${localStorage.getItem("appTitle") ? localStorage.getItem("appTitle") : ""} - ${props.title}`} + */} + {/* */}