diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/SearchResults.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/SearchResults.js b/src/SearchResults.js index 090f76d..d3563fa 100644 --- a/src/SearchResults.js +++ b/src/SearchResults.js @@ -52,7 +52,7 @@ class SearchResult extends Component {              <span className="label">Group Leader</span>: {this.props.data['leader-name']}{" "}            </p>            <p> -            <a className="btn" target="_new" href="https://myfoursquarechurch.ccbchurch.com/goto/forms/133/responses/new">Contact Group</a> +            <a className="btn" target="_new" href="https://motionchurch.ccbchurch.com/goto/forms/133/responses/new">Contact Group</a>            </p>          </div>        </div> | 
