Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-daniel-dempsey committed Jan 24, 2025
1 parent 82e76a3 commit f0cdbfd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const signIn = css`
${textSans17}
}
`;
const signInParagraph = css`
const paragraph = css`
text-align: left;
> a {
color: ${palette.neutral[100]};
Expand Down Expand Up @@ -133,7 +133,7 @@ export function HeaderCards({
<h1 css={heading}>Choose your advertising preferences</h1>
<GuardianAdLiteCards cardsContent={[card1, card2]} />
<div css={signIn}>
<p css={signInParagraph}>
<p css={paragraph}>
If you already have Guardian Ad-Lite or another Guardian
subscription that offers ad-free reading, such as All-access
digital, you should, {SignInLink}
Expand Down

0 comments on commit f0cdbfd

Please sign in to comment.