Rename Tldraw (beta) -> Tldraw

This commit is contained in:
Tom Moor
2023-09-03 17:23:59 -04:00
parent 10a190cd80
commit f7111991dc
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ function Tldraw(props: Props) {
<Frame <Frame
{...props} {...props}
src={props.attrs.href} src={props.attrs.href}
title="Tldraw.com (beta) Embed" title="Tldraw Embed"
referrerPolicy="origin" referrerPolicy="origin"
border border
/> />

View File

@@ -367,9 +367,9 @@ const embeds: EmbedDescriptor[] = [
component: Spotify, component: Spotify,
}), }),
new EmbedDescriptor({ new EmbedDescriptor({
title: "Tldraw (beta)", title: "Tldraw",
keywords: "draw schematics diagrams", keywords: "draw schematics diagrams",
icon: <Img src="/images/tldraw.png" alt="Tldraw (beta)" />, icon: <Img src="/images/tldraw.png" alt="Tldraw" />,
component: Tldraw, component: Tldraw,
}), }),
new EmbedDescriptor({ new EmbedDescriptor({