Terms and Condition urls set to env
This commit is contained in:
@@ -28,9 +28,9 @@ const Main = ({ brdcum }) => {
|
||||
collection, use, purpose, and sharing of personally identifiable
|
||||
information ("PII") related to the use of Merms's myFit website{" "}
|
||||
<span>
|
||||
<a href="https://myfit.mermsemr.com/">
|
||||
https://myfit.mermsemr.com
|
||||
</a>
|
||||
<Link to={process.env.REACT_APP_APPSITE}>
|
||||
{process.env.REACT_APP_APPSITE}
|
||||
</Link>
|
||||
</span>
|
||||
, MERMS providing of services to our users ("Partners"), or from
|
||||
our employees. PII does not include information that is
|
||||
@@ -53,9 +53,9 @@ const Main = ({ brdcum }) => {
|
||||
govern. Provides its services (described below) to you through
|
||||
its website located at{" "}
|
||||
<span>
|
||||
<a href="https://myfit.mermsemr.com/">
|
||||
https://myfit.mermsemr.com
|
||||
</a>
|
||||
<Link to={process.env.REACT_APP_APPSITE}>
|
||||
{process.env.REACT_APP_APPSITE}
|
||||
</Link>
|
||||
</span>{" "}
|
||||
(the "Site") and through its mobile applications and related
|
||||
services (collectively, such services, including any new
|
||||
@@ -1363,9 +1363,9 @@ const Main = ({ brdcum }) => {
|
||||
use, purpose, and sharing of personally identifiable information
|
||||
("PII") related to the use of Merms's myFit website{" "}
|
||||
<span>
|
||||
<a href="https://myfit.mermsemr.com/">
|
||||
https://myfit.mermsemr.com
|
||||
</a>
|
||||
<Link to={process.env.REACT_APP_APPSITE}>
|
||||
{process.env.REACT_APP_APPSITE}
|
||||
</Link>
|
||||
</span>
|
||||
, MERMS providing of services to our users ("Partners"), or from
|
||||
our employees. PII does not include information that is
|
||||
|
||||
Reference in New Issue
Block a user