Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PORTALS-3431: update ELITE portal homepage v2 content #1596

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions apps/portals/elportal/src/pages/HomePageV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,22 +90,20 @@ export default function HomePage() {
3000,
'healthy aging',
3000,
'lifespan',
'life span',
3000,
'healthspan',
'health span',
3000,
'familial longevity',
3000,
'centenarians',
3000,
'long-lived animal species',
'cross-species studies',
3000,
'longevity-associated genes',
3000,
'longevity-associated omics',
3000,
'comparative biogerontology',
3000,
]}
wrapper="span"
speed={20}
Expand All @@ -120,7 +118,7 @@ export default function HomePage() {
)
const subTitle = (
<span style={{ color: theme.palette.grey[100] }}>
The open science hub for breakthroughs in lifespan and healthspan
The open science hub for breakthroughs in life span and health span
</span>
)
const description = (
Expand Down Expand Up @@ -296,7 +294,7 @@ export default function HomePage() {
image={computationaltools}
title="Computational Tools"
buttonText="Check out our Computational Tools"
summaryText="We provide researchers with unique access to toolkits for probing and interpreting longevity-related data. The power of new software, pipelines, and applications are all at your fingertips."
summaryText="Access toolkits generated by our partners for probing and interpreting longevity-related data. The power of new software, pipelines, and applications are all at your fingertips."
reverseOrder={true}
link="/Explore/Computational Tools"
/>
Expand Down
Loading