diff --git a/apps/learneth/src/pages/StepDetail/index.tsx b/apps/learneth/src/pages/StepDetail/index.tsx index d0a6e7eb846..a76cf3ec6cf 100644 --- a/apps/learneth/src/pages/StepDetail/index.tsx +++ b/apps/learneth/src/pages/StepDetail/index.tsx @@ -72,6 +72,40 @@ function StepDetailPage() { ) } + const VideoRenderer = ({ + node, + src, + alt, + ...props + }: { + node?: any; + src?: string; + alt?: string; + [key: string]: any; + }) => { + if (alt === 'youtube') { + /* + + */ + return ( +