Skip to content

Commit

Permalink
ENH: Updating login text
Browse files Browse the repository at this point in the history
  • Loading branch information
Hina Shah committed Dec 11, 2023
1 parent 25b5ba9 commit 7919880
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion public/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<title><%= isDevelopment ? "HeLx UI" : "%META_TITLE%" %></title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<noscript>HeLx UI</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
Expand Down
11 changes: 6 additions & 5 deletions src/views/workspaces/login/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,14 @@ export const WorkspaceLoginView = withAPIReady(({
title="HeLx Workspaces"
subTitle={
!asComponent ? <Paragraph style={{ fontSize: 14, maxWidth: 800, margin: "0 auto" }}>
The HeLx Workspaces are the primary user experience component of the HeLx data science platform.
Through the Workspaces, users discover and interact with analytic tools and data to explore scientific problems.
Its ability to empower researchers to leverage advanced analytical tools without installation or other infrastructure concerns
has broad reaching benefits and can be applied in many domains.
<a href="https://helxplatform.github.io/">HeLx</a> empowers researchers in domains from plant genomics to neuroscience to work with their preferred tools and apps in the cloud at scale.
Its ability to empower researchers to leverage advanced analytical tools without installation or other infrastructure concerns has broad reaching benefits and can be applied in many domains.
<br />&nbsp;<br />
The HeLx Workspaces provide a wide array of data science tools for use by these researchers. Through the Workspaces, users explore and interact with analytic tools and data to support scientific discovery.
<br />&nbsp;<br />
Please sign in with one of the following options to access the HeLx Workspaces.
</Paragraph> : null
}
logo={ <AppstoreOutlined /> }
actions={ hasAdditionalProviders ? (
<SSOLoginOptions
main={ !allowBasicLogin }
Expand Down
11 changes: 6 additions & 5 deletions src/views/workspaces/login/signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,12 @@ export const WorkspaceSignupView = withSocialSignupAllowed(({
subTitle={
<div style={{ display: "flex", flexDirection: "column" }}>
{ !asComponent ? <Paragraph style={{ fontSize: 14, maxWidth: 800, margin: "0 auto" }}>
The HeLx Workspaces are the primary user experience component of the HeLx data science platform.
Through the Workspaces, users discover and interact with analytic tools and data to explore scientific problems.
Its ability to empower researchers to leverage advanced analytical tools without installation or other infrastructure concerns
has broad reaching benefits and can be applied in many domains.
<a href="https://helxplatform.github.io/">HeLx</a> empowers researchers in domains from plant genomics to neuroscience to work with their preferred tools and apps in the cloud at scale.
Its ability to empower researchers to leverage advanced analytical tools without installation or other infrastructure concerns has broad reaching benefits and can be applied in many domains.
<br />&nbsp;<br />
The HeLx Workspaces provide a wide array of data science tools for use by these researchers. Through the Workspaces, users explore and interact with analytic tools and data to support scientific discovery.
<br />&nbsp;<br />
Please sign in with one of the following options to access the HeLx Workspaces.
</Paragraph> : null }
<Paragraph style={{ fontSize: 14, maxWidth: 800, margin: "0 auto", textAlign: "start" }}>
<Alert
Expand All @@ -182,7 +184,6 @@ export const WorkspaceSignupView = withSocialSignupAllowed(({
</Paragraph>
</div>
}
logo={ <AppstoreOutlined /> }
onFinish={ async () => {

} }
Expand Down

0 comments on commit 7919880

Please sign in to comment.