From 8bc4d1e1a269eeb9211bc1b7716b0db973a491aa Mon Sep 17 00:00:00 2001 From: guicurcio Date: Mon, 4 Sep 2023 14:01:43 -0300 Subject: [PATCH] ... --- .../the-joe-rogan-experience.json | 29 ++++++++++++++++++- src/app/(podcast)/podcast/[podcast]/page.tsx | 23 +-------------- src/components/home/Rating/Rating.tsx | 22 +++++++------- 3 files changed, 41 insertions(+), 33 deletions(-) diff --git a/public/podcastsJSON/the-joe-rogan-experience.json b/public/podcastsJSON/the-joe-rogan-experience.json index 7e59bf1..7dad3f2 100644 --- a/public/podcastsJSON/the-joe-rogan-experience.json +++ b/public/podcastsJSON/the-joe-rogan-experience.json @@ -1 +1,28 @@ -{"id":5,"title":"The Joe Rogan Experience","createdAt":1675270988467,"updated_at":"2023-02-01 21:06:28","description":"The Joe Rogan Experience is a long-form conversation podcast hosted by comedian and UFC commentator Joe Rogan. The podcast features in-depth discussions with a wide range of guests, including comedians, actors, musicians, scientists, and political figures.\\n\\nThrough these conversations, Rogan explores a variety of topics, from science and technology to culture and current events. Known for his conversational style and willingness to engage in controversial topics, Rogan often tackles challenging subjects and encourages guests to explore their opinions and ideas in depth. With a loyal following and a reputation for lively and engaging discussions, The Joe Rogan Experience has become one of the most popular and influential podcasts in the world, providing listeners with a unique and thought-provoking window into contemporary culture and society.","url":"","slug":"the-joe-rogan-experience","cover":"joe-rogan-experience.jpeg","host":"","podcastHostId":"cldnv7ioa0000copozcxvwa9y","backgroundCoverImage":null,"tags":"health,fitness,nutrition","genre":"conversation, interviews","rating":9,"amountOfEpisodes":null,"frequencyOfUpdates":null,"hasNotBeenUpdating":null,"isItBlocked":null,"isItExplicit":null,"language":null,"lastUpdate":null,"outsideImageUrl":null,"podcastCreatedOn":null,"popularity":null,"priority":null,"uid":null} \ No newline at end of file +{ + "id": 5, + "title": "The Joe Rogan Experience", + "createdAt": 1675270988467, + "updated_at": "2023-02-01 21:06:28", + "description": "The Joe Rogan Experience is a long-form conversation podcast hosted by comedian and UFC commentator Joe Rogan. The podcast features in-depth discussions with a wide range of guests, including comedians, actors, musicians, scientists, and political figures.\\n\\nThrough these conversations, Rogan explores a variety of topics, from science and technology to culture and current events. Known for his conversational style and willingness to engage in controversial topics, Rogan often tackles challenging subjects and encourages guests to explore their opinions and ideas in depth. With a loyal following and a reputation for lively and engaging discussions, The Joe Rogan Experience has become one of the most popular and influential podcasts in the world, providing listeners with a unique and thought-provoking window into contemporary culture and society.", + "url": "", + "slug": "the-joe-rogan-experience", + "cover": "joe-rogan-experience.jpeg", + "host": "", + "podcastHostId": "cldnv7ioa0000copozcxvwa9y", + "backgroundCoverImage": null, + "tags": "health,fitness,nutrition", + "genre": "conversation, interviews", + "rating": 9, + "amountOfEpisodes": null, + "frequencyOfUpdates": null, + "hasNotBeenUpdating": null, + "isItBlocked": null, + "isItExplicit": null, + "language": null, + "lastUpdate": null, + "outsideImageUrl": null, + "podcastCreatedOn": null, + "popularity": null, + "priority": null, + "uid": null +} diff --git a/src/app/(podcast)/podcast/[podcast]/page.tsx b/src/app/(podcast)/podcast/[podcast]/page.tsx index 2893df4..d01bd84 100644 --- a/src/app/(podcast)/podcast/[podcast]/page.tsx +++ b/src/app/(podcast)/podcast/[podcast]/page.tsx @@ -99,28 +99,7 @@ export default async function HomePodcastPage({ params }) {
-

Rating • 88/100

- {/* */} - -
+
+

+ Rating • 88/100 +

+ {/* */} + +
); }