* Tldraw + Castopod

* Remove Castopor

* Remove files

* Update database.json

* Update database.json

* Updated tests + correctly escaped dots
This commit is contained in:
Limezy
2023-03-09 10:01:34 +07:00
committed by GitHub
parent 6ad76903b9
commit c039501035
3 changed files with 11 additions and 5 deletions

View File

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