diff --git a/src/js/common/components/TermsOfServiceBody.jsx b/src/js/common/components/TermsOfServiceBody.jsx index 0cfa70a3b..f8d9dade5 100755 --- a/src/js/common/components/TermsOfServiceBody.jsx +++ b/src/js/common/components/TermsOfServiceBody.jsx @@ -1,8 +1,11 @@ -import React, { Component } from 'react'; +import React, { Component, Suspense } from 'react'; import { Link } from 'react-router-dom'; import styled from 'styled-components'; import { renderLog } from '../utils/logging'; +const OpenExternalWebSite = React.lazy(() => import(/* webpackChunkName: 'OpenExternalWebSite' */ './Widgets/OpenExternalWebSite')); + + export default class TermsOfServiceBody extends Component { static getProps () { return {}; @@ -13,7 +16,7 @@ export default class TermsOfServiceBody extends Component { return (
Terms of Service -

Last updated: August 12th, 2022

+

Last updated: October 23rd, 2023

Overview

This website (also packaged in mobile apps) is operated by We Vote USA. Throughout the site, the terms “We Vote”, “we”, “us” and “our” refer to We Vote USA. We Vote USA offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.

@@ -27,7 +30,20 @@ export default class TermsOfServiceBody extends Component {

A breach or violation of any of the Terms will result in an immediate termination of your Services.

General Conditions

You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.

-

We Vote grants permission to copy the software that powers this website, made available at https://github.com/WeVote, under the MIT License.

+

+ We Vote grants permission to copy the software that powers this website, made available at + {' '} + }> + https://github.com/WeVote} + /> + + , under the MIT License. + {' '} +

The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.

Accuracy, Completeness and Timeliness of Information

We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.