diff --git a/mintty.2023-07-31_11-20-08.png b/mintty.2023-07-31_11-20-08.png new file mode 100644 index 0000000..9e1059c Binary files /dev/null and b/mintty.2023-07-31_11-20-08.png differ diff --git a/src/components/Home.jsx b/src/components/Home.jsx index 19275fc..ee13047 100644 --- a/src/components/Home.jsx +++ b/src/components/Home.jsx @@ -33,7 +33,7 @@ export default function Home() { const options = { method: "GET", headers: { - "X-RapidAPI-Key": "036795ec2amsh8c2b98ef8a502acp146724jsn6f3538b26522", + "X-RapidAPI-Key": "26de8eae8cmshf94dce60944bca6p17a2e1jsn726a251f07c4", "X-RapidAPI-Host": "shazam-core.p.rapidapi.com", }, }; @@ -67,7 +67,7 @@ export default function Home() { setChartTitle("Out the mud : Top Hip Hop Chart in the US"), setChartData(usHopChart); } - +console.log(chartImg) function getNaijaChart() { setChartImg(naijaChart[0]?.images?.coverart), setChartTitle("Gbedu : Top Naija"), diff --git a/src/components/SinglesSongs.jsx b/src/components/SinglesSongs.jsx index 7b0648b..6c3236b 100644 --- a/src/components/SinglesSongs.jsx +++ b/src/components/SinglesSongs.jsx @@ -1,11 +1,11 @@ -import Song from './Song' +import Song from '../components/Song' import React from 'react' export default function SinglesSongs(){ const [singlesData, setSinglesData] = React.useState([]) const options = { method: 'GET', headers: { - 'X-RapidAPI-Key': '036795ec2amsh8c2b98ef8a502acp146724jsn6f3538b26522', + 'X-RapidAPI-Key': '26de8eae8cmshf94dce60944bca6p17a2e1jsn726a251f07c4', 'X-RapidAPI-Host': 'shazam-core.p.rapidapi.com' } }; diff --git a/src/components/artisteMusicOverview.jsx b/src/components/artisteMusicOverview.jsx index 6cbb03f..d83defd 100644 --- a/src/components/artisteMusicOverview.jsx +++ b/src/components/artisteMusicOverview.jsx @@ -16,7 +16,7 @@ export default function ArtisteMusicOverview() { const options = { method: 'GET', headers: { - 'X-RapidAPI-Key': '036795ec2amsh8c2b98ef8a502acp146724jsn6f3538b26522', + 'X-RapidAPI-Key': '26de8eae8cmshf94dce60944bca6p17a2e1jsn726a251f07c4', 'X-RapidAPI-Host': 'shazam-core.p.rapidapi.com' } };