diff --git a/web/src/components/header/index.tsx b/web/src/components/header/index.tsx index 896e344b10..6149d02cb0 100644 --- a/web/src/components/header/index.tsx +++ b/web/src/components/header/index.tsx @@ -151,33 +151,37 @@ export const Header: FC = memo(function Header() { <> location.pathname === PAGE_PATH_APPLICATIONS} > Applications location.pathname === PAGE_PATH_DEPLOYMENTS} > Deployments + className={ location.pathname === PAGE_PATH_DEPLOYMENT_CHAINS + ? classes.activeLink + : classes.link } + color="inherit" + to={PAGE_PATH_DEPLOYMENT_CHAINS} > Chains