diff --git a/cypress/integration/smoke/dashboard.spec.js b/cypress/integration/smoke/dashboard.spec.js
index c3306b656e..ea085bc505 100644
--- a/cypress/integration/smoke/dashboard.spec.js
+++ b/cypress/integration/smoke/dashboard.spec.js
@@ -19,16 +19,8 @@ describe('Dashboard', () => {
cy.contains(`main a[href="/app/${SAFE}/balances/nfts"]`, 'NFTs0')
})
- it('should display the mobile banner', () => {
- const appStoreLink =
- 'https://apps.apple.com/app/apple-store/id1515759131?pt=119497694&ct=Web%20App%20Dashboard&mt=8'
- cy.get(`a[href="${appStoreLink}"]`).should('exist')
-
- cy.get('button[aria-label="Close mobile banner"]').click()
- cy.contains('button', 'Already use it!')
- cy.contains('button', 'Not interested').click()
-
- cy.get(`a[href="${appStoreLink}"]`).should('not.exist')
+ it('should display the rebranding banner', () => {
+ cy.get('main .beamer-trigger').should('exist')
})
it('should display the tx queue widget', () => {
diff --git a/public/mobile-banner/1.png b/public/mobile-banner/1.png
deleted file mode 100644
index daa70a1ceb..0000000000
Binary files a/public/mobile-banner/1.png and /dev/null differ
diff --git a/public/mobile-banner/2.png b/public/mobile-banner/2.png
deleted file mode 100644
index f4a083dbaf..0000000000
Binary files a/public/mobile-banner/2.png and /dev/null differ
diff --git a/public/mobile-banner/3.png b/public/mobile-banner/3.png
deleted file mode 100644
index 9aec3a035c..0000000000
Binary files a/public/mobile-banner/3.png and /dev/null differ
diff --git a/public/mobile-banner/4.png b/public/mobile-banner/4.png
deleted file mode 100644
index 64edc55816..0000000000
Binary files a/public/mobile-banner/4.png and /dev/null differ
diff --git a/public/mobile-banner/5.png b/public/mobile-banner/5.png
deleted file mode 100644
index bc490eb9a9..0000000000
Binary files a/public/mobile-banner/5.png and /dev/null differ
diff --git a/public/mobile-banner/6.png b/public/mobile-banner/6.png
deleted file mode 100644
index e623389882..0000000000
Binary files a/public/mobile-banner/6.png and /dev/null differ
diff --git a/public/rebranding-banner.png b/public/rebranding-banner.png
new file mode 100644
index 0000000000..befbca282a
Binary files /dev/null and b/public/rebranding-banner.png differ
diff --git a/src/components/AppLayout/Header/components/AnimatedLogo.tsx b/src/components/AppLayout/Header/components/AnimatedLogo.tsx
index fed247a7a7..7771fd2f68 100644
--- a/src/components/AppLayout/Header/components/AnimatedLogo.tsx
+++ b/src/components/AppLayout/Header/components/AnimatedLogo.tsx
@@ -1,5 +1,4 @@
import { useEffect, useState, ReactElement } from 'react'
-import Img from 'src/components/layout/Img'
import SafeLogo from '../assets/transition-logo.gif'
const useInterval = (delay: number): number => {
@@ -20,7 +19,7 @@ const AnimatedLogo = (): ReactElement => {
const RESTART_DELAY = 2 * 60e3 // 2 minutes
const restartKey = useInterval(RESTART_DELAY)
- return
+ return
}
export default AnimatedLogo
diff --git a/src/components/AppLayout/Header/components/Layout.tsx b/src/components/AppLayout/Header/components/Layout.tsx
index 18a75394f7..f5ea4442e9 100644
--- a/src/components/AppLayout/Header/components/Layout.tsx
+++ b/src/components/AppLayout/Header/components/Layout.tsx
@@ -45,6 +45,14 @@ const styles = () => ({
paddingLeft: md,
paddingRight: md,
},
+ [`@media (max-width: ${screenSm}px)`]: {
+ maxWidth: '95px',
+ overflow: 'hidden',
+ '& img': {
+ width: '72px',
+ height: 'auto',
+ },
+ },
'& a': {
display: 'flex',
flexDirection: 'column',
diff --git a/src/components/AppLayout/Sidebar/index.tsx b/src/components/AppLayout/Sidebar/index.tsx
index 5afe6d47be..9ef669a3ff 100644
--- a/src/components/AppLayout/Sidebar/index.tsx
+++ b/src/components/AppLayout/Sidebar/index.tsx
@@ -131,7 +131,7 @@ const Sidebar = ({
{!isDesktop && BEAMER_ID && (