Skip to content

Commit

Permalink
add statick meta og (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay authored Sep 26, 2023
1 parent a2a312d commit 9d88757
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<head>
<meta property="og:title" content="{{ campaign.title || 'SaTT - Smart advertising Transaction Token'}}" />
<meta property="og:description" content="{{ campaign.summary || 'SaTT is an advertising token that leverages blockchain to facilitate seamless transactions between clients and creators.' }}" />
<meta property="og:image" content="{{ getCampaignCover() || 'https://satt-token.com/assets/img/share_img_200px.png'}}" />
<meta property="og:title" content="{{ 'SaTT TO THE MOON'}}" />
<meta property="og:description" content="{{ 'SaTT TO THE MOON' }}" />
<meta property="og:image" content="{{ 'https://satt-token.com/assets/img/share_img_200px.png'}}" />
</head>
<div *ngIf="!isLoading">
<span id="span-top" class="span-top"></span>
Expand Down

0 comments on commit 9d88757

Please sign in to comment.