Skip to content

Commit f6b4867

Browse files
Merge branch 'develop' into gig-hotfix
2 parents 05288ee + e2162dd commit f6b4867

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/assets/images/social.jpg

-121 KB
Binary file not shown.

src/assets/images/social.png

800 KB
Loading

src/shared/routes/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import PT from 'prop-types';
1818

1919
import { connect } from 'react-redux';
2020

21-
import socialImage from 'assets/images/social.jpg';
21+
import socialImage from 'assets/images/social.png';
2222

2323
import Communities from './Communities';
2424
import Examples from './Examples';

0 commit comments

Comments
 (0)