Skip to content

Commit

Permalink
update latest video and podvast
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosazaustre committed Nov 14, 2023
1 parent 141e98e commit e9e5329
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions apps/web/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function Home({ posts }) {
>
Último podcast
</UI.Text>
<SpotifyPodcast episode="2y3MGMC2WmbnMNiW3Vi3J5?si=ce97e30bdb4f4773" />
<SpotifyPodcast episode="53oLNOeYHAq6fn9gGIdrmE?si=52f12fbed8b341e5" />
<UI.Text
fontFamily="heading"
fontWeight="600"
Expand Down Expand Up @@ -216,14 +216,16 @@ export default function Home({ posts }) {
mb={4}
borderRadius={8}
backgroundColor="secondary.500"
href={`https://youtube.com/watch?v=${latestVideos[0]?.snippet?.resourceId?.videoId}`}
href="https://www.youtube.com/watch?v=cb-dvaUdMxY"
rel="noopener noreferrer nofollow"
>
<UI.Image
borderRadius="md"
src={latestVideos[0]?.snippet?.thumbnails?.standard?.url}
src="https://i.ytimg.com/vi/cb-dvaUdMxY/maxresdefault.jpg"
/>
<UI.Text py={4}>{latestVideos[0]?.snippet?.title}</UI.Text>
<UI.Text py={4}>
Descubre 10 técnicas para mejorar tu código en REACT
</UI.Text>
</UI.Box>
</UI.Box>
</UI.Flex>
Expand Down

1 comment on commit e9e5329

@vercel
Copy link

@vercel vercel bot commented on e9e5329 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.