Skip to content

Commit 33a12d2

Browse files
committed
Change font weight in consent opening statement
1 parent 5a2dc6e commit 33a12d2

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

src/components/consent-form/consent-form.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
span {
3636
margin-top: 16px;
3737
display: block;
38-
font-weight: 700;
38+
font-weight: 400;
3939
}
4040
}
4141
}

src/components/consent-form/consent-form.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ export default function ConsentForm({ onContinue }: ConsentFormProps) {
5959
<>
6060
<div className={styles.cardHeader}>
6161
<p>
62-
Subscriber support chat is available 24/7 and can answer many
63-
common questions immediately. However, if you&apos;d prefer to
64-
speak with our human support team via email instead, you can use
65-
the subscriber support form to{' '}
62+
<strong>
63+
Subscriber support chat is available 24/7 and can answer many
64+
common questions immediately
65+
</strong>
66+
. However, if you&apos;d prefer to speak with our human support
67+
team via email instead, you can use the subscriber support form to{' '}
6668
<a
6769
href={`${MAIN_SITE_URL}/subscription-support`}
6870
target="_blank"

0 commit comments

Comments
 (0)