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