diff --git a/web/components/editor/embed-modal.tsx b/web/components/editor/embed-modal.tsx
index 6acfd8f0..48ccbfbb 100644
--- a/web/components/editor/embed-modal.tsx
+++ b/web/components/editor/embed-modal.tsx
@@ -40,6 +40,11 @@ const embedPatterns: EmbedPattern[] = [
rewrite: (id) =>
``,
},
+ {
+ regex: /^(https?:\/\/www\.figma\.com\/(?:file|proto)\/[^\/]+\/[^\/]+)/,
+ rewrite: (url) =>
+ ``,
+ },
// Twitch is a bit annoying, since it requires the `&parent=DOMAIN` to match
{
// Twitch: https://www.twitch.tv/videos/1445087149