File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -290,14 +290,14 @@ workflows:
290290 filters :
291291 branches :
292292 only :
293- - gig-hotfix
293+ - free
294294 # This is beta env for production soft releases
295295 - " build-prod-beta " :
296296 context : org-global
297297 filters :
298298 branches :
299299 only :
300- - free
300+ - social-image-fix
301301 # This is stage env for production QA releases
302302 - " build-prod-staging " :
303303 context : org-global
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import PT from 'prop-types';
1818
1919import { connect } from 'react-redux' ;
2020
21- import socialImage from 'assets/images/social.jpg ' ;
21+ import socialImage from 'assets/images/social.png ' ;
2222
2323import Communities from './Communities' ;
2424import Examples from './Examples' ;
You can’t perform that action at this time.
0 commit comments