From 1d22c329040fd9a7c1c448dd46df15fc275555f3 Mon Sep 17 00:00:00 2001 From: Peer_Rich Date: Sun, 5 Sep 2021 01:27:19 +0200 Subject: [PATCH] reverting App Store naming back to Integrations, closes #576 (#584) --- components/Shell.tsx | 2 +- pages/integrations/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 (
- }> + }>
{integrations.filter((ig) => ig.credential).length !== 0 ? (