diff --git a/shared/editor/embeds/Tldraw.tsx b/shared/editor/embeds/Tldraw.tsx index 89917d593..5554d8180 100644 --- a/shared/editor/embeds/Tldraw.tsx +++ b/shared/editor/embeds/Tldraw.tsx @@ -7,7 +7,7 @@ function Tldraw(props: Props) { diff --git a/shared/editor/embeds/index.tsx b/shared/editor/embeds/index.tsx index f7c1ed1f1..083c43d1c 100644 --- a/shared/editor/embeds/index.tsx +++ b/shared/editor/embeds/index.tsx @@ -367,9 +367,9 @@ const embeds: EmbedDescriptor[] = [ component: Spotify, }), new EmbedDescriptor({ - title: "Tldraw (beta)", + title: "Tldraw", keywords: "draw schematics diagrams", - icon: Tldraw (beta), + icon: Tldraw, component: Tldraw, }), new EmbedDescriptor({