We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05288ee + e2162dd commit f6b4867Copy full SHA for f6b4867
.circleci/config.yml
@@ -290,14 +290,14 @@ workflows:
290
filters:
291
branches:
292
only:
293
- - gig-hotfix
+ - free
294
# This is beta env for production soft releases
295
- "build-prod-beta":
296
context : org-global
297
298
299
300
- - free
+ - social-image-fix
301
# This is stage env for production QA releases
302
- "build-prod-staging":
303
src/assets/images/social.jpg
-121 KB
src/assets/images/social.png
800 KB
src/shared/routes/index.jsx
@@ -18,7 +18,7 @@ import PT from 'prop-types';
18
19
import { connect } from 'react-redux';
20
21
-import socialImage from 'assets/images/social.jpg';
+import socialImage from 'assets/images/social.png';
22
23
import Communities from './Communities';
24
import Examples from './Examples';
0 commit comments