fix(store): Marketplace - "Integrations" link in Settings is a 404

This commit is contained in:
SwiftyOS 2024-12-19 11:25:08 +01:00
parent aaf4ee524d
commit 9636c8f61c
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
links: [
{ text: "Creator Dashboard", href: "/store/dashboard" },
{ text: "Agent dashboard", href: "/store/agent-dashboard" },
{ text: "Integrations", href: "/store/integrations" },
{ text: "Integrations", href: "/profile" },
{ text: "Profile", href: "/store/profile" },
{ text: "Settings", href: "/store/settings" },
],

View File

@ -94,7 +94,7 @@ export const Sidebar: React.FC<SidebarProps> = ({ linkGroups }) => {
</div>
</Link>
<Link
href="/integrations"
href="/profile"
className="inline-flex w-full items-center gap-2.5 rounded-xl px-3 py-3 text-neutral-800 hover:bg-neutral-800 hover:text-white dark:text-neutral-200 dark:hover:bg-neutral-700 dark:hover:text-white"
>
<IconIntegrations className="h-6 w-6" />