File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ export const OVERTURE_DOCUMENTATION_UNDER_DEVELOPMENT =
2424 'https://docs.overture.bio/docs/under-development/' ;
2525export const OVERTURE_DOCUMENTATION_LICENSING =
2626 'https://docs.overture.bio/community/licensing' ;
27+ export const OVERTURE_SUPPORT = 'https://docs.overture.bio/community/support' ;
2728
2829// Case Study Links
2930
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import './styles.scss';
1818import {
1919 DOCUMENTATION_LINK ,
2020 OVERTURE_GITHUB_LINK ,
21+ OVERTURE_SUPPORT ,
2122} from '../../../constants/external-links' ;
2223
2324class NavBar extends Component {
@@ -81,6 +82,11 @@ class NavBar extends Component {
8182 url = { ABOUT_US_PATH }
8283 name = "About Us"
8384 />
85+ < NavLink
86+ closeMenus = { closeMenus }
87+ url = { OVERTURE_SUPPORT }
88+ name = "Support"
89+ />
8490 </ div >
8591 { /* grey section with three cubes */ }
8692 < div className = "navbar-end " >
You can’t perform that action at this time.
0 commit comments