This repository was archived by the owner on Nov 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -9,17 +9,14 @@ import styles from './index.module.scss'
99
1010const NEW_URL = 'https://app.safe.global'
1111const WARNING_BANNER = 'WARNING_BANNER'
12- const EXPORT_HELP = 'https://help.gnosis-safe.io/en/articles/5299068-address-book-export-and-import'
1312
1413const WebCoreBanner = ( ) : ReactElement | null => {
1514 return (
1615 < >
17- ⚠️ Safe'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'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}
You can’t perform that action at this time.
0 commit comments