Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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