diff --git a/index.html b/index.html
index 3a421c8..41076fd 100644
--- a/index.html
+++ b/index.html
@@ -8,28 +8,19 @@
-
+
-
+
-
- {i18n.t('domainTransfer.announcementHead')}
- {i18n.t('domainTransfer.announcementDescription')}
-
-
- {i18n.t('domainTransfer.howToMigrateSettings')}
-
-
-
- }
- >
- {props.children}
-
- );
-};
-
-export default DomainTransferInfo;
diff --git a/src/components/modal/Config.tsx b/src/components/modal/Config.tsx
index afea40e..97722b6 100644
--- a/src/components/modal/Config.tsx
+++ b/src/components/modal/Config.tsx
@@ -634,7 +634,6 @@ const OtherConfig = () => {
const ConfigUI = (props: ConfigProps) => {
const i18n = useTranslation();
const [menuIndex, setMenuIndex] = createSignal