Skip to content

Commit

Permalink
Merge pull request #51 from dadoagency/heading-fix
Browse files Browse the repository at this point in the history
Changed heroTitle to heading
  • Loading branch information
martink-rsa committed Dec 22, 2020
2 parents fc9a2e4 + 198700e commit 4e0f3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/AdvertorialType3/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function AdvertorialType3(props) {

const logo = props.logo.src

const heroTitle = node.heroTitle
const heroTitle = node.heading
const heroImg = node.heroImage.image.fluid
const heroSection = node.heroSection.json
const mainSection = node.body.json
Expand Down

0 comments on commit 4e0f3a7

Please sign in to comment.