Skip to content

Commit

Permalink
replaced below and right with logical properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Malavika Koppula committed Dec 6, 2023
1 parent 8ea5923 commit 41fcaef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const SmallManualPromo = ({ customFields }) => {
<LazyLoad enabled={shouldLazyLoad}>
<HeadingSection>
<Grid as="article" className={containerClassNames}>
{["below", "right"].includes(imagePosition) ? (
{["inset-block-end", "inset-inline-end"].includes(imagePosition) ? (
<>
<PromoHeading />
<PromoImage />
Expand Down

0 comments on commit 41fcaef

Please sign in to comment.