[web] Fix name of pages

This commit is contained in:
Alain Nussbaumer 2023-11-21 15:27:25 +01:00
parent ed893d8774
commit ef378088dd
3 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@ const dataObject = {
} }
export default { export default {
name: 'PageAlbum', name: 'PageAlbumSpotify',
components: { components: {
ContentWithHero, ContentWithHero,
CoverArtwork, CoverArtwork,

View File

@ -106,7 +106,7 @@ const dataObject = {
} }
export default { export default {
name: 'SpotifyPageArtist', name: 'PageArtistSpotify',
components: { components: {
ContentWithHeading, ContentWithHeading,
CoverArtwork, CoverArtwork,

View File

@ -40,7 +40,7 @@ const dataObject = {
} }
export default { export default {
name: 'PageAudiobookGenres', name: 'PageAudiobooksGenres',
components: { components: {
ContentWithHeading, ContentWithHeading,
IndexButtonList, IndexButtonList,