cursor pointer on mit license and version (#2447)

This commit is contained in:
Colin Megill
2021-09-27 09:47:34 -07:00
committed by GitHub
parent 77fff0bd9c
commit a0011b0872
@@ -29,8 +29,12 @@ const InformationMenu = React.memo((props) => {
text="Github"
rel="noopener"
/>
<MenuItem target="_blank" text={libraryVersions?.cellxgene || null} />
<MenuItem text="MIT License" />
<MenuItem
style={{ cursor: "default" }}
target="_blank"
text={libraryVersions?.cellxgene || null}
/>
<MenuItem style={{ cursor: "default" }} text="MIT License" />
{tosURL && (
<MenuItem
href={tosURL}