Browse Source

features renamed

Stefan Pejcic 1 year ago
parent
commit
98900770e8

+ 1 - 1
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 (
         <CommonLayout>
-            <Head title="Integrations | Refine">
+            <Head title="Features | OpenPanel">
                 <html data-page="integrations" data-customized="true" />
             </Head>
             <div className={clsx("refine-prose, pb-16")}>

+ 0 - 0
documentation/src/pages/integrations/index.tsx → documentation/src/pages/features/index.tsx


+ 1 - 1
documentation/src/refine-theme/footer-data.tsx

@@ -41,7 +41,7 @@ export const menuItems = [
             },
             {
                 label: "Features",
-                href: "/integrations",
+                href: "/features",
             },
         ],
     },