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
{...props}
src={props.attrs.href}
title="Tldraw.com (beta) Embed"
title="Tldraw Embed"
referrerPolicy="origin"
border
/>

View File

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