Skip to content

Commit

Permalink
Merge pull request #3602 from bright/sign-in-ebook-cover-png
Browse files Browse the repository at this point in the history
Replace optimise-sign-in ebook cover with png file
  • Loading branch information
olazagorska authored Jan 16, 2024
2 parents 2dd5c16 + fd9dc2a commit a3bff02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/home/Ebook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { ContactEbook } from './ebook/ContactEbook'

import { useEbookForm } from '../utils/ebook-form/use-ebook-form'
import { HomeEbookThankYouPage } from './ebook/HomeEbookThankYouPage'
import EbookCover from '../../assets/cover_sign-in_homepage.svg'
import styled from 'styled-components'
import variables from '../../styles/variables'
import { ebookNames } from '../../ebook-names'
import { StaticImage } from 'gatsby-plugin-image'

const EbbokSection = styled(CustomSection)`
@media ${variables.device.mobile} {
Expand All @@ -32,7 +32,7 @@ const Ebook = () => {
bright ebook
</CustomSectionTitle>
<FlexWrapper desktopGap='64px' desktopItems='center' tabletXLGap='32px' tabletDirection='column' tabletGap='64px'>
<EbookCover />
<StaticImage src={'../../../static/images/cover-sign-in-ebook.png'} alt={'cover-sign-in-ebook'}/>

{!value.ebookResponse.ebook.url ? (
<FlexWrapper desktopDirection='column' desktopBasis='63%' laptopBasis='57%' tabletXLBasis='46%'>
Expand Down

0 comments on commit a3bff02

Please sign in to comment.