This repository was archived by the owner on Feb 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ export class AppNavHeader {
8585 < stencil-route-link url = "/blog" anchorClass = "nav-link dropdown-item" activeClass = "active" >
8686 Blog
8787 </ stencil-route-link >
88- < stencil-route-link url = "/forge" anchorClass = "nav-link dropdown-item" activeClass = "active" >
88+ { /* <stencil-route-link url="/forge" anchorClass="nav-link dropdown-item" activeClass="active">
8989 The Forge
90- </ stencil-route-link >
90+ </stencil-route-link> */ }
9191 < a class = "nav-link" id = "github" href = "https://github.com/openforge" title = { translate ( 'nav.links.github' ) } target = "_blank" rel = "noopener" >
9292 Github
9393 </ a >
@@ -101,9 +101,9 @@ export class AppNavHeader {
101101 < stencil-route-link url = "/about" anchorClass = "nav-link dropdown-item" activeClass = "active" >
102102 Meet the Team
103103 </ stencil-route-link >
104- < stencil-route-link url = "/process" anchorClass = "nav-link dropdown-item" activeClass = "active" >
104+ { /* <stencil-route-link url="/process" anchorClass="nav-link dropdown-item" activeClass="active">
105105 Our Process
106- </ stencil-route-link >
106+ </stencil-route-link> */ }
107107 < stencil-route-link url = "/partners" anchorClass = "nav-link dropdown-item" activeClass = "active" >
108108 Partners
109109 </ stencil-route-link >
You can’t perform that action at this time.
0 commit comments