diff --git a/src/pages/ValidatorManagement/ManageValidator/RightManageSettings/Panels/MigratePanel.tsx b/src/pages/ValidatorManagement/ManageValidator/RightManageSettings/Panels/MigratePanel.tsx
index 7ad60b73..b4e88a1e 100644
--- a/src/pages/ValidatorManagement/ManageValidator/RightManageSettings/Panels/MigratePanel.tsx
+++ b/src/pages/ValidatorManagement/ManageValidator/RightManageSettings/Panels/MigratePanel.tsx
@@ -1,7 +1,24 @@
+import { InformationBox, Text } from '@status-im/components'
+import { CloseCircleIcon } from '@status-im/icons'
import { YStack } from 'tamagui'
const MigratePanel = () => {
- return
+ return (
+
+
+ Migrate Validator
+
+
+ You are about to Migrate your validator it is not possible for you to
+ revert this action! Please make sure you understand the consequences.
+
+ }
+ />
+
+ )
}
export default MigratePanel