Skip to content

Commit

Permalink
🐛 Magazine footer(teaser) isn't showing the link to the subscribe… (#…
Browse files Browse the repository at this point in the history
…2498)

* 🐛 Magazine footer(teaser) isn't showing the link to the subscribe form

* 🐛 Magazine footer(teaser) isn't showing the link to the subscribe form.
  • Loading branch information
VarunVAshrit authored Sep 3, 2024
1 parent c6e013f commit 42f9739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/lib/queries/magazine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const footerComponentFields = /* groq */ `
...,
"extension": asset-> extension
},
"action": action[0]{
"actions": [action[0]]{
${linkSelectorFields},
${downloadableFileFields},
${downloadableImageFields},
Expand Down
2 changes: 1 addition & 1 deletion web/pageComponents/shared/Teaser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ const Teaser = ({ data, anchor }: TeaserProps) => {
)
}

export default Teaser
export default Teaser

0 comments on commit 42f9739

Please sign in to comment.