reverting App Store naming back to Integrations, closes #576 (#584)

pull/585/head^2
Peer_Rich 2021-09-05 01:27:19 +02:00 committed by GitHub
parent 9077640983
commit 1d22c32904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"),

View File

@ -270,7 +270,7 @@ export default function Home({ integrations }: Props) {
return (
<div>
<Shell heading="App Store" subtitle="Connect your favourite apps." CTA={<ConnectNewAppDialog />}>
<Shell heading="Integrations" subtitle="Connect your favourite apps." CTA={<ConnectNewAppDialog />}>
<div className="bg-white border border-gray-200 overflow-hidden rounded-sm mb-8">
{integrations.filter((ig) => ig.credential).length !== 0 ? (
<ul className="divide-y divide-gray-200">