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

Commit

Permalink
Chore: update the migration banner (#4142)
Browse files Browse the repository at this point in the history
* Chore: update the migration banner

* URL -> app
  • Loading branch information
katspaugh committed Jan 9, 2023
1 parent d133d94 commit 0625135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "safe-react",
"version": "3.33.4",
"version": "3.33.5",
"description": "Allowing crypto users manage funds in a safer way",
"website": "https://github.com/gnosis/safe-react#readme",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions src/components/PsaBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ const WARNING_BANNER = 'WARNING_BANNER'
const WebCoreBanner = (): ReactElement | null => {
return (
<>
⚠️ Safe&apos;s new official URL is <a href={NEW_URL}>app.safe.global</a>, with a fully rebranded and refurbished
application.
⚠️ This is the legacy Safe app which will be deprecated on <b>February the 1st</b>. ⚠️
<br />
The old app will run in parallel and we will announce its deprecation in time.
Please migrate to our new official URL <a href={NEW_URL}>app.safe.global</a>, with a fully rebranded and
refurbished application.
</>
)
}
Expand Down

0 comments on commit 0625135

Please sign in to comment.