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. ),