diff --git a/src/components/common/Footer/index.tsx b/src/components/common/Footer/index.tsx
index f01e46dda1..0b6dbea4b5 100644
--- a/src/components/common/Footer/index.tsx
+++ b/src/components/common/Footer/index.tsx
@@ -76,7 +76,7 @@ const Footer = (): ReactElement | null => {
>
) : (
-
{'This is an unofficial distribution of Safe{Wallet}'}
+ This is an unofficial distribution of the app
)}
diff --git a/src/components/common/Header/index.tsx b/src/components/common/Header/index.tsx
index 7068980f93..e11648a0f6 100644
--- a/src/components/common/Header/index.tsx
+++ b/src/components/common/Header/index.tsx
@@ -4,7 +4,7 @@ import type { Dispatch, SetStateAction } from 'react'
import { type ReactElement } from 'react'
import { useRouter } from 'next/router'
import type { Url } from 'next/dist/shared/lib/router/router'
-import { IconButton, Paper } from '@mui/material'
+import { IconButton, Paper, SvgIcon } from '@mui/material'
import MenuIcon from '@mui/icons-material/Menu'
import classnames from 'classnames'
import css from './styles.module.css'
@@ -15,6 +15,7 @@ import NotificationCenter from '@/components/notification-center/NotificationCen
import { AppRoutes } from '@/config/routes'
import SafeLogo from '@/public/images/logo.svg'
import SafeLogoMobile from '@/public/images/logo-no-text.svg'
+import LogoPlaceholder from '@mui/icons-material/Home'
import Link from 'next/link'
import useSafeAddress from '@/hooks/useSafeAddress'
import BatchIndicator from '@/components/batch/BatchIndicator'
@@ -77,21 +78,17 @@ const Header = ({ onMenuToggle, onBatchToggle }: HeaderProps): ReactElement => {
)}
- {isOfficialHost && (
- <>
-
-
-
-
-
-
-
-
-
-
-
- >
- )}
+
+
+ {isOfficialHost ? : null}
+
+
+
+
+
+ {isOfficialHost ? : }
+
+
{showSafeToken && (