Skip to content

Commit

Permalink
Merge branch 'main' into SWC-6915
Browse files Browse the repository at this point in the history
  • Loading branch information
lakikowolfe authored Mar 3, 2025
2 parents b42b572 + 5e80dc5 commit e7abf20
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/deploy-synapse-oauth-signin-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Deploy oauth-signin-dev

on:
push:
branches:
- main
paths:
- 'packages/synapse-react-client/**'
- 'apps/synapse-oauth-signin/**'
jobs:
build-and-deploy:
permissions:
id-token: write
contents: read
uses: ./.github/workflows/build-and-deploy-app.yml
with:
app-name: synapse-oauth-signin
branch-or-tag: main
bucket-name: dev-signin.synapse.org
cfdist-id: E237A0ZZH0I63
deployment-role-arn: arn:aws:iam::797640923903:role/sagebase-github-oidc-sage-bionetworks-web-monorepo-infra
6 changes: 3 additions & 3 deletions apps/portals/elportal/src/pages/HomePageV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ export default function HomePage() {
<span style={{ color: theme.palette.grey[200] }}>
People with Exceptional Longevity (EL) can live in good health to 95, 100,
or even beyond. <br /> <br /> The ELITE Portal brings together the latest
research so that we can crack the code of longevity and all live longer,
healthier lives.
research so we can turn biological insights into treatments that will help
us all live longer, healthier lives.
</span>
)
return (
Expand All @@ -141,7 +141,7 @@ export default function HomePage() {
<ImageCardGridWithLinks
sql={whatWeDoSql}
title="What We Do"
summaryText="We provide rich multi-omic datasets, computational tools, and publications that empower researchers to discover novel biomarkers of health and disease."
summaryText="The ELITE Portal provides rich multi-omic datasets, computational tools, publications, and resources that empower researchers to discover novel therapeutic targets of health and disease. Learn more about our research domains and tools."
/>
<FeaturedResearch sql={featuredResearchSql} />
<Box sx={{ backgroundColor: 'grey.100' }}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const ELSupportedByNIH: React.FC = () => {
training for the next generation of researchers, and provides trusted
health information to the public. By fostering collaboration across
disciplines, NIA aims to advance our understanding of aging, extend
healthspan, and ensure healthier lives for individuals of all ages.
health span, and ensure healthier lives for individuals of all ages.
</Typography>
</Box>
</Box>
Expand Down

0 comments on commit e7abf20

Please sign in to comment.