&
tags added. we need to remove them\r\n const Content: string =\r\n props &&\r\n props.config &&\r\n props.config.paragraph &&\r\n JSON.stringify(props.config.paragraph).replace(/(<([^>]+)>)/gi, \"\"); // VSI CUSTOMIZATION - Removed hardcoded text with config\r\n const signOut = () => {\r\n setModalState(false);\r\n localStorage.removeItem(\"sign_up_error\");\r\n let baseUrl = ``;\r\n if (context.request.locale === \"en-GB\") {\r\n baseUrl = `${context.request.url.requestUrl.origin}`;\r\n } else {\r\n baseUrl = `${context.request.url.requestUrl.origin}/${context.request.locale}`;\r\n }\r\n window.location.href =\r\n props.context.request.url.requestUrl.origin +\r\n `/guest-home/_msdyn365/signout?ru=${baseUrl}`;\r\n };\r\n const mobileImage = _renderImageForMobile(props);\r\n if (\r\n !context.request.user.isAuthenticated &&\r\n (friendlyName === \"Hero Banner\" || friendlyName === \"our-partners-home\")\r\n ) {\r\n //Since Business Sign up page also has hero Banner we don't want to display our text there.\r\n if (props.context.telemetryPageName === \"Business partner signup\") {\r\n console.log(\"_\"); //test console log to remain for confirmation.\r\n //we don't want to display the modal in this case.\r\n return <>>;\r\n } else {\r\n //we can display on other pages.\r\n if (imageLink) {\r\n return (\r\n