diff --git a/package.json b/package.json
index 317f56169..9a7c39a6e 100644
--- a/package.json
+++ b/package.json
@@ -121,4 +121,4 @@
"minimumChangeThreshold": 0,
"showDetails": true
}
-}
\ No newline at end of file
+}
diff --git a/src/components/Config/ConfigChanger.tsx b/src/components/Config/ConfigChanger.tsx
index 08ab2f9d9..4826fcdd8 100644
--- a/src/components/Config/ConfigChanger.tsx
+++ b/src/components/Config/ConfigChanger.tsx
@@ -6,7 +6,7 @@ import { useTranslation } from 'next-i18next';
import { useRouter } from 'next/router';
import { useState } from 'react';
import { notifications } from '@mantine/notifications';
-import { IconCheck } from '@tabler/icons';
+import { IconCheck } from '@tabler/icons-react';
import { useConfigContext } from '../../config/provider';
export default function ConfigChanger() {
@@ -44,7 +44,7 @@ export default function ConfigChanger() {
withCloseButton: false,
title: t('configSelect.loadingNew'),
message: t('configSelect.pleaseWait'),
- icon: ,
+ icon: ,
autoClose: 2000,
});
}, 3000);