open secure-your-endpoint docs in new tab from console (#2709)

This commit is contained in:
Marion Schleifer 2019-08-13 08:39:47 +02:00 committed by Rikin Kachhia
parent 2aa66ca6f5
commit ffbdabf2d0

View File

@ -222,7 +222,11 @@ class Main extends React.Component {
adminSecretHtml = (
<div className={styles.secureSection}>
<OverlayTrigger placement="left" overlay={tooltip.secureEndpoint}>
<a href="https://docs.hasura.io/1.0/graphql/manual/deployment/securing-graphql-endpoint.html">
<a
href="https://docs.hasura.io/1.0/graphql/manual/deployment/securing-graphql-endpoint.html"
target="_blank"
rel="noopener noreferrer"
>
<i
className={
styles.padd_small_right + ' fa fa-exclamation-triangle'