Gnosis Safe For Teams
+ Gnosis Safe Multisig
diff --git a/src/components/Header/assets/gnosis-safe-logo.svg b/src/components/Header/assets/gnosis-safe-logo.svg
deleted file mode 100644
index 41dc0c73..00000000
--- a/src/components/Header/assets/gnosis-safe-logo.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/components/Header/assets/gnosis-safe-multisig-logo.svg b/src/components/Header/assets/gnosis-safe-multisig-logo.svg
new file mode 100644
index 00000000..1303f509
--- /dev/null
+++ b/src/components/Header/assets/gnosis-safe-multisig-logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/components/Header/components/Layout.jsx b/src/components/Header/components/Layout.jsx
index 6e21069c..ac736753 100644
--- a/src/components/Header/components/Layout.jsx
+++ b/src/components/Header/components/Layout.jsx
@@ -19,7 +19,7 @@ import Provider from './Provider'
import NetworkLabel from './NetworkLabel'
import SafeListHeader from './SafeListHeader'
-const logo = require('../assets/gnosis-safe-logo.svg')
+const logo = require('../assets/gnosis-safe-multisig-logo.svg')
type Props = Open & {
classes: Object,
diff --git a/src/routes/welcome/components/Layout.jsx b/src/routes/welcome/components/Layout.jsx
index 95632a35..dcc5838f 100644
--- a/src/routes/welcome/components/Layout.jsx
+++ b/src/routes/welcome/components/Layout.jsx
@@ -69,7 +69,7 @@ export const LoadSafe = ({ size, provider }: SafeProps) => (
const Welcome = ({ provider, isOldMultisigMigration }: Props) => {
const headingText = isOldMultisigMigration ? (
<>
- We will replicate the owner structure from your existing Gnosis Multisig
+ We will replicate the owner structure from your existing Gnosis MultiSig
to let you test the new interface.
@@ -79,14 +79,13 @@ const Welcome = ({ provider, isOldMultisigMigration }: Props) => {
>
) : (
<>
- Gnosis Safe for Teams is the most secure way to manage crypto funds
+ Gnosis Safe Multisig is the most secure way to manage crypto funds
collectively. It is an improvement of the Gnosis MultiSig, which is used
by more than 3000 teams
{' '}
- and stores over $1B USD worth of digital assets. Gnosis Safe for
- Teams features a modular
+ and stores over $1B USD worth of digital assets. Gnosis Safe Multisig features a modular
{' '}
design, formally verified smart contracts and vastly improved user
@@ -99,7 +98,7 @@ const Welcome = ({ provider, isOldMultisigMigration }: Props) => {
Welcome to
- Gnosis Safe For Teams
+ Gnosis Safe Multisig
{ headingText }