mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 14:48:08 +00:00
fix: build error
This commit is contained in:
parent
cf71f491c1
commit
f734a277fd
@ -1,15 +1,15 @@
|
||||
import { ArticleHeading } from '@/components/Article/Article.Heading'
|
||||
import { Authors } from '@/components/Authors'
|
||||
import { Tags } from '@/components/Tags'
|
||||
import { TagsAndSocial } from '@/components/TagsAndSocial'
|
||||
import { useArticleContainerContext } from '@/containers/ArticleContainer.Context'
|
||||
import { useIntersectionObserver } from '@/utils/ui.utils'
|
||||
import { Typography } from '@acid-info/lsd-react'
|
||||
import styled from '@emotion/styled'
|
||||
import { ArticleBlocksOrders } from '../../../configs/data.configs'
|
||||
import { LPE } from '../../../types/lpe.types'
|
||||
import { ArticleImageBlockWrapper } from '../Article.ImageBlockWrapper'
|
||||
import ArticleStats from '../Article.Stats'
|
||||
import ArticleSummary from './Article.Summary'
|
||||
import { TagsAndSocial } from '@/components/TagsAndSocial'
|
||||
|
||||
export type ArticleHeaderProps = LPE.Article.Data
|
||||
|
||||
@ -67,7 +67,12 @@ const ArticleHeader = ({
|
||||
className={'mobileSummary'}
|
||||
showLabel={false}
|
||||
/>
|
||||
{coverImage && <ArticleImageBlockWrapper image={coverImage} />}
|
||||
{coverImage && (
|
||||
<ArticleImageBlockWrapper
|
||||
image={coverImage}
|
||||
order={ArticleBlocksOrders.cover}
|
||||
/>
|
||||
)}
|
||||
<ArticleSummary
|
||||
summary={summary}
|
||||
className={'desktopSummary'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user