diff --git a/src/app/components/buttons/providerCard.tsx b/src/app/components/buttons/providerCard.tsx index 0eefde7..5a924b2 100644 --- a/src/app/components/buttons/providerCard.tsx +++ b/src/app/components/buttons/providerCard.tsx @@ -22,7 +22,7 @@ function ProviderCard({ }} >
- My Image + {provider.name}
{provider.name} diff --git a/src/app/components/footer.tsx b/src/app/components/footer.tsx index 7f6f98b..ca8a65f 100644 --- a/src/app/components/footer.tsx +++ b/src/app/components/footer.tsx @@ -7,7 +7,7 @@ function Footer() {
- Github Icon + Github Icon GitHub
diff --git a/src/app/components/playlists.tsx b/src/app/components/playlists.tsx index 1931168..e9b177e 100644 --- a/src/app/components/playlists.tsx +++ b/src/app/components/playlists.tsx @@ -94,7 +94,7 @@ function Playlists({ >
handleToggleOption(playlist)} className={`flex flex-col items-center justify-center cursor-pointer `}>
- {playlist.name} + {playlist.name}