Skip to content

Commit

Permalink
Merge branch 'bose/2456' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
BorghildSelle committed Aug 29, 2024
2 parents 71e060b + eda5dfa commit 5222e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sanityv3/schemas/objects/imageForText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const blockContentType = configureBlockContent({
smallText: false,
})

export type Factbox = {
export type ImageForText = {
_type: 'imageForText'
content?: PortableTextBlock[]
image?: ImageWithAlt
Expand Down
2 changes: 1 addition & 1 deletion web/lib/queries/common/pageContentFields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ _type == "keyNumbers" =>{
"type": _type,
"id": _key,
"content": content[]{..., ${markDefs}},
"aspectRatio": coalesce(aspectRatio, '10:3'),
"aspectRatio": coalesce(aspectRatio, '16:9'),
"image": image {
...,
"extension": asset-> extension
Expand Down

0 comments on commit 5222e0f

Please sign in to comment.