Skip to content

Commit

Permalink
Merge branch 'padms/2008-themed-attrs' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Dec 21, 2023
2 parents 9ea09be + 446e6f4 commit 934d657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pageComponents/pageTemplates/MagazineIndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const MagazineIndexPage = ({ isServerRendered = false, locale, pageData, slug, u
<main>
<SharedBanner title={title} hero={hero} hideImageCaption={true} />
{pageData?.hero.type !== HeroTypes.DEFAULT && title && (
<SharedTitle title={title} styles={{ backgroundColor: ingress.background, negativeBottomSpace: true }} />
<SharedTitle sharedTitle={title} background={ingress.background} />
)}
<BackgroundContainer background={ingress.background}>
<Intro>
Expand Down

0 comments on commit 934d657

Please sign in to comment.