Skip to content

Commit

Permalink
update header and add attribution, partial #30
Browse files Browse the repository at this point in the history
  • Loading branch information
agurvich committed Nov 20, 2023
1 parent f4de106 commit fed8f0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions overrides/components/home-hero/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Partners from "../../home/partners";
import { useMediaQuery } from "$veda-ui-scripts/utils/use-media-query";

import coverImgSrc from "./earth.png";
import coverVideoSrc from "url:./earth-gas.mp4";
import coverVideoSrc from "url:./eic-globe.mp4";

const Hero = styled.div`
background: ${themeVal("color.primary")};
Expand Down Expand Up @@ -77,7 +77,7 @@ export default function HomeHero(props) {
<HeroHeadline>
<VarHeading size="jumbo">{process.env.APP_TITLE}</VarHeading>
<p>
Placeholder text
Explore our changing planet.
</p>
</HeroHeadline>
<Partners variation="negative" size="big" />
Expand All @@ -103,8 +103,8 @@ export default function HomeHero(props) {
)}
<Figcaption>
<FigureAttribution
author="NASA's Scientific Visualization Studio. Visualization of January 2021 Global Atmospheric Carbon Dioxide (CO₂)"
url="https://svs.gsfc.nasa.gov/5115"
author="NASA's Scientific Visualization Studio. A composite of different visualizations showcasing the evolution of the global biosphere, atmospheric absorption of solar radiation, groundwater storage, global precipitation, and vegetation index produced for Earth Day 2020."
url="https://svs.gsfc.nasa.gov/search/?series=Earth%20Day%202020"
position="bottom-right"
/>
</Figcaption>
Expand Down

0 comments on commit fed8f0b

Please sign in to comment.