mirror of
https://github.com/supabase/supabase.git
synced 2026-06-08 18:47:20 +08:00
feat(docs): ai prompts section (#30342)
Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com>
This commit is contained in:
@@ -256,7 +256,7 @@ const NavigationMenu = ({
|
||||
additionalNavItems,
|
||||
}: {
|
||||
menuId: MenuId
|
||||
additionalNavItems?: Partial<NavMenuSection>[]
|
||||
additionalNavItems?: Record<string, Partial<NavMenuSection>[]>
|
||||
}) => {
|
||||
const level = menuId
|
||||
const menu = getMenuById(level)
|
||||
|
||||
Reference in New Issue
Block a user