diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.js | 2 | ||||
| -rw-r--r-- | src/SearchResults.js | 2 | ||||
| -rw-r--r-- | src/foursquare.png | bin | 679 -> 0 bytes | |||
| -rw-r--r-- | src/logo.png | bin | 0 -> 3137 bytes | 
4 files changed, 2 insertions, 2 deletions
| @@ -3,7 +3,7 @@ import update from 'immutability-helper';  import 'whatwg-fetch';  import 'promise-polyfill/src/polyfill';  import './App.css'; -import logo from './foursquare.png'; +import logo from './logo.png';  import SearchFilters from './SearchFilters.js';  import SearchResults from './SearchResults.js'; diff --git a/src/SearchResults.js b/src/SearchResults.js index d3563fa..d3403cb 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://motionchurch.ccbchurch.com/goto/forms/133/responses/new">Contact Group</a> +            <a className="btn btn--border theme-btn--primary-inverse" target="_new" href="https://motionchurch.ccbchurch.com/goto/forms/133/responses/new">Sign Up for Group</a>            </p>          </div>        </div> diff --git a/src/foursquare.png b/src/foursquare.pngBinary files differ deleted file mode 100644 index 0825497..0000000 --- a/src/foursquare.png +++ /dev/null diff --git a/src/logo.png b/src/logo.pngBinary files differ new file mode 100644 index 0000000..4140a72 --- /dev/null +++ b/src/logo.png | 
