Remove FAQ link from info menu (#1084)

This commit is contained in:
Sidney Bell
2020-01-02 16:04:38 -08:00
committed by GitHub
parent dfaf0d0603
commit 97738e5c2d

View File

@@ -21,10 +21,10 @@ function InformationMenu(props) {
)}
<MenuItem
href="https://chanzuckerberg.github.io/cellxgene/faq.html"
href="https://chanzuckerberg.github.io/cellxgene/"
target="_blank"
icon="help"
text="FAQ"
text="Help"
/>
<MenuItem
href="https://join-cellxgene-users.herokuapp.com/"
@@ -32,12 +32,6 @@ function InformationMenu(props) {
icon="chat"
text="Chat"
/>
<MenuItem
href="https://chanzuckerberg.github.io/cellxgene/"
target="_blank"
icon="book"
text="Docs"
/>
<MenuItem
href="https://github.com/chanzuckerberg/cellxgene"
target="_blank"