Skip to content

Commit

Permalink
Merge pull request #64 from rtCamp/fix/update-social-media-links
Browse files Browse the repository at this point in the history
Update Facebook comment and like demo links
  • Loading branch information
gagan0123 committed Apr 18, 2024
2 parents 73818c4 + 516d739 commit df3d90b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app.js
Expand Up @@ -71,8 +71,8 @@ const scenarios = [
'personalization',
'personalization-localstorage',
'gsi',
'social-media',
'social-media-comments',
'facebook-like',
'facebook-comments',
'disqus-comments',
'spotify-embed',
];
Expand Down
4 changes: 2 additions & 2 deletions src/common/index.ejs
Expand Up @@ -18,8 +18,8 @@
<%= renderCard('Single Sign-On', 'πŸ”', '/single-sign-on') %>
<%= renderCard('Payment Gateway', 'πŸ’³', '/payment-gateway') %>
<%= renderCard('Legacy GSI', 'πŸ”', '/gsi') %>
<%= renderCard('Facebook Like', 'πŸ‘', '/social-media') %>
<%= renderCard('Facebook Comments', 'πŸ’¬', '/social-media-comments') %>
<%= renderCard('Facebook Like', 'πŸ‘', '/facebook-like') %>
<%= renderCard('Facebook Comments', 'πŸ’¬', '/facebook-comments') %>
<%= renderCard('Disqus Comments', 'βœ‰οΈ', '/disqus-comments') %>
<%= renderCard('Spotify embed', 'πŸ”Š', '/spotify-embed') %>
<%= renderCard('CHIPS', 'πŸͺ', '/chips') %>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit df3d90b

Please sign in to comment.