diff --git a/src/components/organisms/ProxyForm.tsx b/src/components/organisms/ProxyForm.tsx
index 1b56302f..234f13e3 100644
--- a/src/components/organisms/ProxyForm.tsx
+++ b/src/components/organisms/ProxyForm.tsx
@@ -24,28 +24,6 @@ import { useGlobalInfoStore } from '../../context/globalInfo';
import { useThemeMode } from '../../context/theme-provider';
import { useTranslation } from 'react-i18next';
-// Custom styled Tabs component
-const CustomTabs = styled(Tabs)(({ theme }) => ({
- '& .MuiTabs-indicator': {
- backgroundColor: '#ff00c3', // Pink indicator
- },
-}));
-
-// Custom styled Tab component
-const CustomTab = styled(Tab)(({ theme }) => ({
- '&.Mui-selected': {
- color: '#ff00c3', // Pink for selected tab
- },
- '&:hover': {
- color: '#ff00c3', // Pink on hover
- // Subtle hover effect
- },
- '&.MuiTab-root': {
- textTransform: 'none', // Removes uppercase transformation
- },
-}));
-
-
const FormContainer = styled(Box)({
display: 'flex',
flexDirection: 'column',
@@ -184,33 +162,10 @@ const ProxyForm: React.FC = () => {
{t('proxy.title')}
-
-
-
-
-
- {/*
+
- */}
+
{tabIndex === 0 && (
isProxyConfigured ? (