mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
features renamed
This commit is contained in:
parent
aef737df2a
commit
98900770e8
@ -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…
Reference in New Issue
Block a user