Skip to content

Commit 67dd709

Browse files
fix build
1 parent ce3b38a commit 67dd709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/app/[domain]/settings/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default async function SettingsLayout(
102102
{
103103
title: "Connections",
104104
href: `/${domain}/settings/connections`,
105-
hrefRegex: `/${domain}/settings/connections(\/[^/]+)?$`,
105+
hrefRegex: `/${domain}/settings/connections(/[^/]+)?$`,
106106
isNotificationDotVisible: connectionStats.numberOfConnectionsWithFirstTimeSyncJobsInProgress > 0,
107107
}
108108
] : []),

0 commit comments

Comments
 (0)