diff --git a/components/Shell.tsx b/components/Shell.tsx index 8d856456..e4af877a 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -44,7 +44,7 @@ export default function Shell(props) { current: router.pathname.startsWith("/availability"), }, { - name: "Integrations", + name: "App Store", href: "/integrations", icon: PuzzleIcon, current: router.pathname.startsWith("/integrations"), diff --git a/pages/[user]/[type].tsx b/pages/[user]/[type].tsx index 0d0057ef..1599791d 100644 --- a/pages/[user]/[type].tsx +++ b/pages/[user]/[type].tsx @@ -49,9 +49,15 @@ export default function Type(props): Type { router.replace( { - query: { - date: formattedDate, - }, + query: Object.assign( + {}, + { + ...router.query, + }, + { + date: formattedDate, + } + ), }, undefined, { diff --git a/pages/integrations/index.tsx b/pages/integrations/index.tsx index b30ed5d5..b1142be3 100644 --- a/pages/integrations/index.tsx +++ b/pages/integrations/index.tsx @@ -92,12 +92,12 @@ export default function IntegrationHome({ integrations }) { return (
- You currently do not have any integrations set up. Add your first integration to get - started. + You currently do not have any apps connected. Connect your first app to get started.
Link a new integration to your account.
+Connect a new app to your account.
If you want to add your own App here, get in touch with us.
+