diff --git a/src/components/embed-types/common.tsx b/src/components/embed-types/common.tsx
index a6c943175..bb55a436e 100644
--- a/src/components/embed-types/common.tsx
+++ b/src/components/embed-types/common.tsx
@@ -6,7 +6,13 @@ import { isVideoURL } from "../../helpers/url";
export function renderVideoUrl(match: URL) {
if (!isVideoURL(match)) return null;
- return ;
+ return (
+
+ );
}
export function renderGenericUrl(match: URL) {