mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 07:38:12 +08:00
cursor pointer on mit license and version (#2447)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user