Skip to content

Commit

Permalink
renaming spotify demo and removing recaptcha demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
fellyph committed May 8, 2024
1 parent ab8abd4 commit 9d6e24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/common/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
<%= renderCard('Facebook Like', 'πŸ‘', '/facebook-like') %>
<%= renderCard('Facebook Comments', 'πŸ’¬', '/facebook-comments') %>
<%= renderCard('Disqus Comments', 'βœ‰οΈ', '/disqus-comments') %>
<%= renderCard('reCAPTCHA', 'πŸ€–', '/google-recaptcha') %>
<%= renderCard('Spotify embed', 'πŸ”Š', '/spotify-embed') %>
<%= renderCard('Spotify', 'πŸ”Š', '/spotify-embed') %>
<%= renderCard('CHIPS', 'πŸͺ', '/chips') %>
<%= renderCard('Storage Access API', 'πŸ—ƒοΈ', '/storage-access-api') %>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/scenarios/spotify-embed/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ router.get('/', (req, res) => {
// Send the default page
const currentDomain = req.get('host');
res.render(path.join(__dirname,'index'), {
title: 'Spotify Player'
title: 'Spotify'
});
});

Expand Down

0 comments on commit 9d6e24e

Please sign in to comment.