diff --git a/src/components/embed-types/youtube.tsx b/src/components/embed-types/youtube.tsx index 33f6e3535..3274a6f80 100644 --- a/src/components/embed-types/youtube.tsx +++ b/src/components/embed-types/youtube.tsx @@ -34,14 +34,13 @@ export function renderYoutubeUrl(match: URL) { embedUrl.searchParams.set("list", listId); return ( - + ); @@ -52,14 +51,13 @@ export function renderYoutubeUrl(match: URL) { const embedUrl = new URL(`/embed/${videoId}`, youtubeRedirect || "https://www.youtube-nocookie.com"); return ( - + );