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