@@ -128,7 +128,6 @@ import KeyringSnapRemovalResult from '../../components/app/modals/keyring-snap-r
128128import { MultichainAccountListMenu } from '../../components/multichain-accounts/multichain-account-list-menu' ;
129129
130130import { DeprecatedNetworkModal } from '../settings/deprecated-network-modal/DeprecatedNetworkModal' ;
131- import { MultichainMetaFoxLogo } from '../../components/multichain/app-header/multichain-meta-fox-logo' ;
132131import NetworkConfirmationPopover from '../../components/multichain/network-list-menu/network-confirmation-popover/network-confirmation-popover' ;
133132import { ToastMaster } from '../../components/app/toast-master/toast-master' ;
134133import { type DynamicImportType , mmLazy } from '../../helpers/utils/mm-lazy' ;
@@ -152,11 +151,7 @@ import { State2Wrapper } from '../../components/multichain-accounts/state2-wrapp
152151import { RootLayout } from '../../layouts/root-layout' ;
153152import { LegacyLayout } from '../../layouts/legacy-layout' ;
154153import { RouteWithLayout } from '../../layouts/route-with-layout' ;
155- import {
156- getConnectingLabel ,
157- isConfirmTransactionRoute ,
158- setTheme ,
159- } from './utils' ;
154+ import { getConnectingLabel , setTheme } from './utils' ;
160155import { ConfirmationHandler } from './confirmation-handler' ;
161156import { Modals } from './modals' ;
162157
@@ -765,7 +760,7 @@ export default function Routes() {
765760 </ RouteWithLayout >
766761 < RouteWithLayout
767762 path = { `${ CONFIRM_TRANSACTION_ROUTE } /:id?` }
768- layout = { LegacyLayout }
763+ layout = { RootLayout }
769764 >
770765 { createV5CompatRoute < { id ?: string } > ( ConfirmTransaction , {
771766 wrapper : AuthenticatedV5Compat ,
@@ -827,7 +822,7 @@ export default function Routes() {
827822 </ RouteWithLayout >
828823 < RouteWithLayout
829824 path = { `${ CONFIRMATION_V_NEXT_ROUTE } /:id?` }
830- layout = { LegacyLayout }
825+ layout = { RootLayout }
831826 >
832827 { createV5CompatRoute < { id ?: string } > ( ConfirmationPage , {
833828 wrapper : AuthenticatedV5Compat ,
@@ -1190,9 +1185,7 @@ export default function Routes() {
11901185 < QRHardwarePopover />
11911186 < Modal />
11921187 < Alert visible = { alertOpen } msg = { alertMessage } />
1193- { isConfirmTransactionRoute ( location . pathname ) && (
1194- < MultichainMetaFoxLogo />
1195- ) }
1188+
11961189 { isAccountMenuOpen ? accountListMenu : null }
11971190
11981191 < NetworkConfirmationPopover />
0 commit comments