Skip to content

Commit

Permalink
chromatic test
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed Dec 5, 2024
1 parent 045682c commit 0654f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotcom-rendering/src/components/OnwardsUpper.importable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export const OnwardsUpper = ({

return (
<div css={onwardsWrapper}>
{!!url && isInOnwardsAbTestVariant && (
{!!url && !isInOnwardsAbTestVariant && (
<Section
fullWidth={true}
borderColour={palette('--article-border')}
Expand All @@ -317,7 +317,7 @@ export const OnwardsUpper = ({
/>
</Section>
)}
{!!url && !isInOnwardsAbTestVariant && (
{!!url && isInOnwardsAbTestVariant && (
<Section
fullWidth={true}
borderColour={palette('--article-border')}
Expand Down

0 comments on commit 0654f21

Please sign in to comment.