Skip to content

Commit

Permalink
Ebook cover in png
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandra.zagorska authored and aleksandra.zagorska committed Jan 15, 2024
1 parent d2b7b72 commit 6ee5141
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 6ee5141

Please sign in to comment.