Skip to content

Commit

Permalink
support page url updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rrmerugu committed May 30, 2021
1 parent 1f6ed8f commit f398b6e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/web/viewlets/main-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,24 +90,24 @@ export default class MainNav extends React.Component {

</Button>
</li>
<li className="nav-item ">
<a href="https://docs.invana.io" target={"_new"}
className="d-flex align-items-center border-bottom justify-content-center
pt-3 pb-3 px-auto text-dark text-decoration-none ">
<FontAwesomeIcon icon={faQuestionCircle}/>
</a>
</li>
{/* <li className="nav-item ">*/}
{/* <a href={STUDIO_SETTINGS.SUPPORT_URL} target={"_new"}*/}
{/* className="d-flex align-items-center border-bottom justify-content-center*/}
{/*pt-3 pb-3 px-auto text-dark text-decoration-none ">*/}
{/* <FontAwesomeIcon icon={faQuestionCircle}/>*/}
{/* </a>*/}
{/* </li>*/}
</React.Fragment>
: <React.Fragment/>
}
</ul>
{/*<div className="">*/}
{/* <a href="https://docs.invana.io" target={"_new"}*/}
{/* className="d-flex align-items-center justify-content-center*/}
{/* pt-3 pb-3 px-auto text-dark text-decoration-none ">*/}
{/* <FontAwesomeIcon icon={faQuestionCircle}/>*/}
{/* </a>*/}
{/*</div>*/}
<div className="">
<a href={STUDIO_SETTINGS.SUPPORT_URL} target={"_new"}
className="d-flex align-items-center justify-content-center
pt-3 pb-3 px-auto text-dark text-decoration-none ">
<FontAwesomeIcon icon={faQuestionCircle}/>
</a>
</div>
{/*<div className="border-top">*/}
{/* <a href="/" style={{"height": "23px"}}*/}
{/* className="d-flex align-items-center justify-content-center*/}
Expand Down

0 comments on commit f398b6e

Please sign in to comment.