diff --git a/apps/client/src/features/editor/components/slash-menu/menu-items.ts b/apps/client/src/features/editor/components/slash-menu/menu-items.ts index 1402f0153..7205874d5 100644 --- a/apps/client/src/features/editor/components/slash-menu/menu-items.ts +++ b/apps/client/src/features/editor/components/slash-menu/menu-items.ts @@ -583,7 +583,7 @@ const CommandGroups: SlashMenuGroupedItemsType = { { title: "YouTube", description: "Embed YouTube video", - searchTerms: ["youtube", "yt", "media"], + searchTerms: ["youtube", "yt", "media", "video"], icon: YoutubeIcon, command: ({ editor, range }: CommandProps) => { editor