Skip to content

Commit

Permalink
Social Card Changings was implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulsamad committed Sep 15, 2022
1 parent e6e1c89 commit eb4df63
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions big-dipper-backend/imports/startup/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import { Helmet } from 'react-helmet';
const IMAGE_WIDTH = 1200;
const IMAGE_HEIGHT = 800;

var siteName = 'Big-Dipper';
var description = 'Wallet deep link';
var siteName = 'Big Dipper | Built on Pylons';
var description = "Blockchain Development Tools For Digital Items & NFTs";
var price = "No Price"
var picWidth = IMAGE_WIDTH;
var picHeight = IMAGE_HEIGHT;
Expand Down
Binary file modified big-dipper-backend/public/img/buy_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions big-dipper/client/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ CURRENTUSERPUBKEY = 'ledgerUserPubKey';
BLELEDGERCONNECTION = 'ledgerBLEConnection'
ADDRESSINDEX = 'addressIndex'

const siteName = 'Big-Dipper';
const siteName = "Big Dipper | Built on Pylons";
const defaultImage = '/img/buy_icon.png';
const defaultMetaTags = `
<meta property="og:title" content="${siteName}" />
<meta property="og:description" content="Wallet deep link" />
<meta property="og:description" content="Blockchain Development Tools For Digital Items & NFTs" />
<meta property="og:image" content="${defaultImage}" />`;

async function getRecipeData(recipe_id){
Expand Down
4 changes: 2 additions & 2 deletions big-dipper/imports/startup/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const IMAGE_HEIGHT = 800;

const defaultImage = '/img/buy_icon.png';
const defaultMetaTags = `
<meta property="og:title" content="${"Big-Dipper"}" />
<meta property="og:description" content="${"Wallet deep link"}" />
<meta property="og:title" content="${"Big Dipper | Built on Pylons"}" />
<meta property="og:description" content="Blockchain Development Tools For Digital Items & NFTs" />
<meta property="og:image" content="${defaultImage}" />
<meta property="og:url" content="" />
`;
Expand Down

0 comments on commit eb4df63

Please sign in to comment.