Skip to content

Commit

Permalink
Merge pull request #71 from rtCamp/feature/rename-spotify-path
Browse files Browse the repository at this point in the history
renaming path from spotify-embed to spotify
  • Loading branch information
gagan0123 committed May 9, 2024
2 parents 40f1668 + c8a4e5b commit 5fbc247
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -75,7 +75,7 @@ const scenarios = [
'facebook-like',
'facebook-comments',
'disqus-comments',
'spotify-embed',
'spotify'
];
scenarios.forEach(scenario => {
const scenarioRoutes = require(`./src/scenarios/${scenario}/routes`);
Expand Down
2 changes: 1 addition & 1 deletion src/common/index.ejs
Expand Up @@ -21,7 +21,7 @@
<%= renderCard('Facebook Like', 'πŸ‘', '/facebook-like') %>
<%= renderCard('Facebook Comments', 'πŸ’¬', '/facebook-comments') %>
<%= renderCard('Disqus Comments', 'βœ‰οΈ', '/disqus-comments') %>
<%= renderCard('Spotify', 'πŸ”Š', '/spotify-embed') %>
<%= renderCard('Spotify', 'πŸ”Š', '/spotify') %>
<%= renderCard('CHIPS', 'πŸͺ', '/chips') %>
<%= renderCard('Storage Access API', 'πŸ—ƒοΈ', '/storage-access-api') %>
</div>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5fbc247

Please sign in to comment.