From d809d9c76c50154c3c06220069e84ec39fee9885 Mon Sep 17 00:00:00 2001 From: Tim Hostetler <6970899+thostetler@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:24:37 -0400 Subject: [PATCH] Couple more 'NASA' references, fix title --- src/components/Layout/Layout.tsx | 3 ++- src/components/Orcid/WorksTable.tsx | 2 +- src/pages/index.tsx | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/Layout/Layout.tsx b/src/components/Layout/Layout.tsx index 2b91d6f64..b8d83aa96 100644 --- a/src/components/Layout/Layout.tsx +++ b/src/components/Layout/Layout.tsx @@ -9,6 +9,7 @@ import { LandingTabsStatic } from '@/components'; import { Notification } from '@/components/Notification'; import Head from 'next/head'; import { Favicons } from '@/components/Favicons/Favicons'; +import { BRAND_NAME_FULL } from '@/config'; const LandingTabs = dynamic(() => import('@/components/LandingTabs/LandingTabs').then((mod) => mod.LandingTabs), { ssr: false, @@ -26,7 +27,7 @@ export const Layout: FC = ({ children }) => { return ( - Science Explorer + {`${BRAND_NAME_FULL}`} diff --git a/src/components/Orcid/WorksTable.tsx b/src/components/Orcid/WorksTable.tsx index 0c31446df..416d5d98f 100644 --- a/src/components/Orcid/WorksTable.tsx +++ b/src/components/Orcid/WorksTable.tsx @@ -51,7 +51,7 @@ export const WorksTable = () => { - Learn about using ORCiD with NASA SciX + Learn about using ORCiD with SciX Claims take up to 24 hours to be indexed in SciX diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 9b24f30fa..60fea4232 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -148,8 +148,8 @@ const Carousel = () => { quality={90} /> - NASA SciX covers and unifies the fields of Earth Science, Planetary Science, Astrophysics, and - Heliophysics. It will also cover NASA funded research in Biological and Physical Sciences. + SciX covers and unifies the fields of Earth Science, Planetary Science, Astrophysics, and Heliophysics. + It will also cover NASA funded research in Biological and Physical Sciences. ),