We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3b38a commit 67dd709Copy full SHA for 67dd709
packages/web/src/app/[domain]/settings/layout.tsx
@@ -102,7 +102,7 @@ export default async function SettingsLayout(
102
{
103
title: "Connections",
104
href: `/${domain}/settings/connections`,
105
- hrefRegex: `/${domain}/settings/connections(\/[^/]+)?$`,
+ hrefRegex: `/${domain}/settings/connections(/[^/]+)?$`,
106
isNotificationDotVisible: connectionStats.numberOfConnectionsWithFirstTimeSyncJobsInProgress > 0,
107
}
108
] : []),
0 commit comments