Commit d4df72ca authored by Abinaya Sudhir's avatar Abinaya Sudhir

Fixed info dropdown in landing page

parent 78e7269d
...@@ -15,5 +15,6 @@ ...@@ -15,5 +15,6 @@
<script src="bundle.js"></script> <script src="bundle.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../dist/js/bootstrap.min.js"></script> <script src="../dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/dist/lib/bootstrap/3.2.0/bootstrap.min.js"></script>
</body> </body>
</html> </html>
...@@ -76,7 +76,7 @@ loginSpec = simpleSpec performAction render ...@@ -76,7 +76,7 @@ loginSpec = simpleSpec performAction render
, i [ className "caret" ] , i [ className "caret" ]
[] []
] ]
]
, ul [className "dropdown-menu"] , ul [className "dropdown-menu"]
[ li [] [ li []
[ a [tabIndex (-1), target "blank", title "Documentation and tutorials", href "https://iscpif.fr/gargantext/your-first-map/"] [ a [tabIndex (-1), target "blank", title "Documentation and tutorials", href "https://iscpif.fr/gargantext/your-first-map/"]
...@@ -90,7 +90,9 @@ loginSpec = simpleSpec performAction render ...@@ -90,7 +90,9 @@ loginSpec = simpleSpec performAction render
] ]
] ]
] ]
]
] ]
, ul [className "nav navbar-nav pull-right"] , ul [className "nav navbar-nav pull-right"]
[ [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment