Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
Deprecate message in favor of new Safe
Browse files Browse the repository at this point in the history
  • Loading branch information
alepc253 committed Oct 26, 2023
1 parent 9c1ff9c commit 9d62ef1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Header/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import Divider from 'src/components/layout/Divider'
import Img from 'src/components/layout/Img'
import Row from 'src/components/layout/Row'
import { border, headerHeight, md, screenSm, sm } from 'src/theme/variables'
import { SpaceBar } from '@material-ui/icons'

const logo = require('../assets/rootstock-logo.png')

Expand Down Expand Up @@ -68,6 +69,10 @@ const Layout = openHoc(({ classes, clickAway, open, providerDetails, providerInf
<SafeListHeader />
<Divider />
<NetworkLabel />
This version will be deprecated soon. Please move your Safe to&nbsp;{' '}
<a href="https://safe.rootstock.io/" rel="noopener noreferrer" target="_blank">
https://safe.rootstock.io/{' '}
</a>
<Spacer />
<Provider
info={providerInfo}
Expand Down
5 changes: 5 additions & 0 deletions src/routes/welcome/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ const Welcome = ({ isOldMultisigMigration, provider }: any) => {
</a>
</Heading>
}
<Heading align="center" margin="lg" tag="h3" weight="bold">
IMPORTANT: This version will be deprecated soon. Please move your Safe to <a className={styles.learnMoreLink} href="https://safe.rootstock.io/" rel="noopener noreferrer" target="_blank">
https://safe.rootstock.io/
</a>
</Heading>
{provider ? (
<>
<Block className={styles.safeActions} margin="md">
Expand Down

0 comments on commit 9d62ef1

Please sign in to comment.