Skip to content

Commit

Permalink
#53 updating alt
Browse files Browse the repository at this point in the history
  • Loading branch information
samgildea committed May 5, 2021
1 parent 9d75ee0 commit 49e06ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/homepage/index-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export const HomePageContainer = styled.div`

export const SolutionsSection = styled.div`
height: 100vh;
margin-top: 100px;
margin-top: 200px;
color: ${colors.blue900};
padding-bottom: 100px;
`
Expand Down
4 changes: 1 addition & 3 deletions src/components/homepage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ import {
} from "./index-styles"

import Circle from "../../vectors/circle.svg"
import PlantIcon from "../../vectors/holding-plant-icon.svg"

import TreeIcon from "../../vectors/renewable-tree-icon.svg"
import SunIcon from "../../vectors/sun-icon.svg"
import PlantIcon from "../../vectors/plant-icon.svg"
Expand Down Expand Up @@ -165,7 +163,7 @@ export default function HomePage({ data }) {
</CTAImage>

<CTAText>
<PlantIcon />
<PlantIcon alt="Contact Us Plant Icon" />
<H2>{data.cta_text}</H2>
<CTAButton>
<a target="_blank" s rel="noreferrer" href="/solutions">
Expand Down

0 comments on commit 49e06ec

Please sign in to comment.