Skip to content

Commit e882b4c

Browse files
committed
Fix Team Settings pages breadcrumb linkId
oops
1 parent 285c594 commit e882b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cyberstorm-remix/app/root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
358358
{teamSettingsPage ? (
359359
<NewBreadCrumbsLink
360360
primitiveType="cyberstormLink"
361-
linkId="Team"
361+
linkId="TeamSettings"
362362
csVariant="cyber"
363363
team={teamSettingsPage.params.namespaceId}
364364
>

0 commit comments

Comments
 (0)