diff options
| author | Jesse Morgan <jesse@jesterpm.net> | 2021-11-17 18:56:49 -0800 | 
|---|---|---|
| committer | Jesse Morgan <jesse@jesterpm.net> | 2021-11-17 18:56:49 -0800 | 
| commit | 75de002187cb934324627d59a2d47dec79f7b9ac (patch) | |
| tree | 3dda3b2e263ea213562ad5b57c6faf88c2ea3021 | |
| parent | 823d38cd0cfe87504660ef561ae58bc486e77596 (diff) | |
Branding change
| -rw-r--r-- | Makefile | 5 | ||||
| -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 | 
5 files changed, 7 insertions, 2 deletions
| diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..974df45 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +release: +	npm run build + +deploy: +	aws --profile foursquare s3 cp --recursive build/ s3://foursquare-smallgroups/ @@ -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 | 
