Skip to content

Commit 6cb49cf

Browse files
authored
Update FeaturedContentSection.astro (#24677)
1 parent e39cddf commit 6cb49cf

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/components/homepage/FeaturedContentSection.astro

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { z } from "astro:schema";
44
import { marked } from "marked";
55
66
import { CardGrid, Card, LinkCard } from "@astrojs/starlight/components";
7-
import Stream from "../Stream.astro";
7+
import YouTube from "../YouTube.astro";
88
99
const props = z.object({
1010
title: z.string(),
@@ -54,12 +54,7 @@ const { title, text, image, cards, imagePosition } = props.parse(Astro.props);
5454
title === "Developer Platform" ? (
5555
<div class="[&>article]:gap-0">
5656
<Card title="">
57-
<Stream
58-
id="d89f290431f98e551f2b1467f85d6561"
59-
title="foo"
60-
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/cloudflare-stack.jpg"
61-
showMoreVideos={false}
62-
/>
57+
<YouTube id="FH5-m0aiO5g" />
6358

6459
<LinkCard
6560
title={"Explore our Developer Platform"}

0 commit comments

Comments
 (0)