Skip to content

Commit ecc7de1

Browse files
MitchellShiellMitchell Shiell
andauthored
added support link to navbar (#414)
Co-authored-by: Mitchell Shiell <mshiell@ML8164-MSHIELL.local>
1 parent 79f1063 commit ecc7de1

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

constants/external-links.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const OVERTURE_DOCUMENTATION_UNDER_DEVELOPMENT =
2424
'https://docs.overture.bio/docs/under-development/';
2525
export 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

src/components/NavBar/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import './styles.scss';
1818
import {
1919
DOCUMENTATION_LINK,
2020
OVERTURE_GITHUB_LINK,
21+
OVERTURE_SUPPORT,
2122
} from '../../../constants/external-links';
2223

2324
class 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 ">

0 commit comments

Comments
 (0)