Skip to content
Snippets Groups Projects
Unverified Commit 8415e7cd authored by Robert Dyer's avatar Robert Dyer Committed by GitHub
Browse files

Avoid using underlines for emphasis (#2765)

* Avoid using underlines for emphasis

* add release note
parent 5f16349a
No related branches found
No related tags found
No related merge requests found
...@@ -180,7 +180,7 @@ export function CreateAccountModal({ ...@@ -180,7 +180,7 @@ export function CreateAccountModal({
</ButtonWithLoading> </ButtonWithLoading>
<Text style={{ lineHeight: '1.4em', fontSize: 15 }}> <Text style={{ lineHeight: '1.4em', fontSize: 15 }}>
<strong> <strong>
Link a <u>European</u> bank account Link a <em>European</em> bank account
</strong>{' '} </strong>{' '}
to automatically download transactions. GoCardless provides to automatically download transactions. GoCardless provides
reliable, up-to-date information from hundreds of banks. reliable, up-to-date information from hundreds of banks.
...@@ -205,7 +205,7 @@ export function CreateAccountModal({ ...@@ -205,7 +205,7 @@ export function CreateAccountModal({
</ButtonWithLoading> </ButtonWithLoading>
<Text style={{ lineHeight: '1.4em', fontSize: 15 }}> <Text style={{ lineHeight: '1.4em', fontSize: 15 }}>
<strong> <strong>
Link a <u>North American</u> bank account Link a <em>North American</em> bank account
</strong>{' '} </strong>{' '}
to automatically download transactions. SimpleFIN provides to automatically download transactions. SimpleFIN provides
reliable, up-to-date information from hundreds of banks. reliable, up-to-date information from hundreds of banks.
......
---
category: Bugfix
authors: [psybers]
---
Do not use underlines for emphasis.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment