diff --git a/src/components/walletconnect/SessionManager/Header.tsx b/src/components/walletconnect/SessionManager/Header.tsx
index d978b62116..d82cb80084 100644
--- a/src/components/walletconnect/SessionManager/Header.tsx
+++ b/src/components/walletconnect/SessionManager/Header.tsx
@@ -2,18 +2,17 @@ import { SvgIcon, Typography } from '@mui/material'
import type { ReactElement } from 'react'
import WalletConnect from '@/public/images/common/walletconnect.svg'
+import Alert from '@/public/images/notifications/alert.svg'
+
+import css from './styles.module.css'
export const WalletConnectHeader = ({ error }: { error?: boolean }): ReactElement => {
return (
<>
-