Skip to content

Commit 39bbb50

Browse files
committed
custom social for gigs
1 parent 8935434 commit 39bbb50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/shared/containers/GigsPages.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ const optimizelyClient = createInstance({
2323
});
2424
const cookies = require('browser-cookies');
2525

26+
const GIGS_SOCIAL_SHARE_IMAGE = 'https://images.ctfassets.net/b5f1djy59z3a/4XlYNZgq5Kfa4XdwQ6pDfV/769ea7be756a88145b88ce685f050ebc/10_Freelance_Gig.png';
27+
2628
function GigsPagesContainer(props) {
2729
const {
2830
match, profile, growSurf, getReferralId, tokenV3,
@@ -84,6 +86,7 @@ window._chatlio = window._chatlio||[];
8486
<MetaTags
8587
description={description}
8688
title={title}
89+
image={GIGS_SOCIAL_SHARE_IMAGE}
8790
/>
8891
<Header />
8992
{

0 commit comments

Comments
 (0)