Rename Tldraw (beta) -> Tldraw
This commit is contained in:
@@ -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
|
||||
/>
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user