diff --git a/documentation/src/components/integrations/layout/index.tsx b/documentation/src/components/integrations/layout/index.tsx index 49fa6b5..ed04f65 100644 --- a/documentation/src/components/integrations/layout/index.tsx +++ b/documentation/src/components/integrations/layout/index.tsx @@ -8,7 +8,7 @@ import { BlogFooter } from "@site/src/refine-theme/blog-footer"; const IntegrationsLayout = ({ children }: React.PropsWithChildren<{}>) => { return ( - +
diff --git a/documentation/src/pages/integrations/index.tsx b/documentation/src/pages/features/index.tsx similarity index 100% rename from documentation/src/pages/integrations/index.tsx rename to documentation/src/pages/features/index.tsx diff --git a/documentation/src/refine-theme/footer-data.tsx b/documentation/src/refine-theme/footer-data.tsx index 4f3eefa..e5f4717 100644 --- a/documentation/src/refine-theme/footer-data.tsx +++ b/documentation/src/refine-theme/footer-data.tsx @@ -41,7 +41,7 @@ export const menuItems = [ }, { label: "Features", - href: "/integrations", + href: "/features", }, ], },