diff --git a/components/TextRendering/index.tsx b/components/TextRendering/index.tsx index b5afd50..ebbfbfe 100644 --- a/components/TextRendering/index.tsx +++ b/components/TextRendering/index.tsx @@ -49,6 +49,8 @@ const RenderText = ({ text }: { text?: string }) => { {cleanUrl(currentValue)} ); + } else if (currentValue.includes(".mp4")) { + specialElement = ; } else if (["m", "i", "image", "flockstr", "cdn"].includes(subdomain)) { specialElement = ; } else if (["v", "video"].includes(subdomain)) {