diff --git a/components/Shell.tsx b/components/Shell.tsx index 26b88ccc..e6b299fe 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -48,7 +48,7 @@ export default function Shell(props) { current: router.pathname.startsWith("/availability"), }, { - name: "App Store", + name: "Integrations", href: "/integrations", icon: PuzzleIcon, current: router.pathname.startsWith("/integrations"), diff --git a/pages/integrations/index.tsx b/pages/integrations/index.tsx index 970bdf9a..058f07de 100644 --- a/pages/integrations/index.tsx +++ b/pages/integrations/index.tsx @@ -270,7 +270,7 @@ export default function Home({ integrations }: Props) { return (