summaryrefslogtreecommitdiff
path: root/src/SearchResults.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/SearchResults.js')
-rw-r--r--src/SearchResults.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SearchResults.js b/src/SearchResults.js
index 68b4911..090f76d 100644
--- a/src/SearchResults.js
+++ b/src/SearchResults.js
@@ -51,6 +51,9 @@ class SearchResult extends Component {
<p>
<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>
+ </p>
</div>
</div>
);