File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/web/app/routes/ws/deployments/_components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const useDeploymentTab = (baseUrl: string): DeploymentTab => {
1616 const { pathname } = useLocation ( ) ;
1717 if ( pathname === baseUrl ) return "environments" ;
1818 if ( pathname . startsWith ( `${ baseUrl } /resources` ) ) return "resources" ;
19- if ( pathname . startsWith ( `${ baseUrl } /settings` ) ) return "settings" ;
19+ if ( pathname . startsWith ( `${ baseUrl } /settings/general ` ) ) return "settings" ;
2020 if ( pathname . startsWith ( `${ baseUrl } /traces` ) ) return "traces" ;
2121 if ( pathname . startsWith ( `${ baseUrl } /variables` ) ) return "variables" ;
2222 if ( pathname . startsWith ( `${ baseUrl } /release-targets` ) )
@@ -49,7 +49,7 @@ export const DeploymentsNavbarTabs = () => {
4949 < Link to = { `${ baseUrl } /release-targets` } > Targets</ Link >
5050 </ TabsTrigger >
5151 < TabsTrigger value = "settings" asChild >
52- < Link to = { `${ baseUrl } /settings` } > Settings</ Link >
52+ < Link to = { `${ baseUrl } /settings/general ` } > Settings</ Link >
5353 </ TabsTrigger >
5454 </ TabsList >
5555 </ Tabs >
You can’t perform that action at this time.
0 commit comments