Skip to content

Commit 3158d37

Browse files
committed
Add strong to ads/data collection copy
1 parent 8418673 commit 3158d37

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

client/modules/User/components/CookieConsent.jsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ const CookieConsentContent = styled.div`
4141
justify-content: space-between;
4242
`;
4343

44-
const CookieConsentCopy = styled.p``;
44+
const CookieConsentCopy = styled.p`
45+
line-height: 1.5em;
46+
`;
4547

4648
const CookieConsentButtons = styled.div`
4749
display: flex;
@@ -145,9 +147,11 @@ function CookieConsent() {
145147
The p5.js Editor uses cookies. Some are essential to the website
146148
functionality and allow you to manage an account and
147149
preferences. Others are not essential—they are used for
148-
analytics and allow us to learn more about our community. We
149-
never sell this data or use it for advertising. You can decide
150-
which cookies you would like to allow.
150+
analytics and allow us to learn more about our community.{' '}
151+
<strong>
152+
We never sell this data or use it for advertising.
153+
</strong>{' '}
154+
You can decide which cookies you would like to allow.
151155
</CookieConsentCopy>
152156
<CookieConsentButtons>
153157
<Button

0 commit comments

Comments
 (0)