Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 5723858

Browse files
author
Aaron Cook
authored
fix: adjust banner text (#4117)
* fix: adjust banner text * fix: add full stop * fix: add break * fix: bump version
1 parent 7997b01 commit 5723858

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "safe-react",
3-
"version": "3.33.1",
3+
"version": "3.33.2",
44
"description": "Allowing crypto users manage funds in a safer way",
55
"website": "https://github.com/gnosis/safe-react#readme",
66
"bugs": {

src/components/PsaBanner/index.tsx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@ import styles from './index.module.scss'
99

1010
const NEW_URL = 'https://app.safe.global'
1111
const WARNING_BANNER = 'WARNING_BANNER'
12-
const EXPORT_HELP = 'https://help.gnosis-safe.io/en/articles/5299068-address-book-export-and-import'
1312

1413
const WebCoreBanner = (): ReactElement | null => {
1514
return (
1615
<>
17-
⚠️ Safe&apos;s new official URL is <a href={NEW_URL}>app.safe.global</a>.<br />
18-
We recommend{' '}
19-
<a href={EXPORT_HELP} target="_blank" rel="noreferrer">
20-
exporting your address book
21-
</a>{' '}
22-
as CSV and importing it in the new app.
16+
⚠️ Safe&apos;s new official URL is <a href={NEW_URL}>app.safe.global</a>, with a fully rebranded and refurbished
17+
application.
18+
<br />
19+
The old app will run in parallel and we will announce its deprecation in time.
2320
</>
2421
)
2522
}

0 commit comments

Comments
 (0)