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:
290
290
filters :
291
291
branches :
292
292
only :
293
- - tco-leaderboard -fix
293
+ - social-image -fix
294
294
# This is beta env for production soft releases
295
295
- " build-prod-beta " :
296
296
context : org-global
297
297
filters :
298
298
branches :
299
299
only :
300
- - free
300
+ - social-image-fix
301
301
# This is stage env for production QA releases
302
302
- " build-prod-staging " :
303
303
context : org-global
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import PT from 'prop-types';
18
18
19
19
import { connect } from 'react-redux' ;
20
20
21
- import socialImage from 'assets/images/social.jpg ' ;
21
+ import socialImage from 'assets/images/social.png ' ;
22
22
23
23
import Communities from './Communities' ;
24
24
import Examples from './Examples' ;
You can’t perform that action at this time.
0 commit comments