features renamed
This commit is contained in:
parent
aef737df2a
commit
98900770e8
3 changed files with 2 additions and 2 deletions
|
@ -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")}>
|
||||
|
|
|
@ -41,7 +41,7 @@ export const menuItems = [
|
|||
},
|
||||
{
|
||||
label: "Features",
|
||||
href: "/integrations",
|
||||
href: "/features",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue