features renamed

This commit is contained in:
Stefan Pejcic 2024-02-10 15:58:11 +01:00
parent aef737df2a
commit 98900770e8
3 changed files with 2 additions and 2 deletions

View file

@ -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")}>

View file

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