+ {options.map((option, index) => (
{
setIsOpen(false);
setChoice(option.id);
localStorage.setItem(storageKey, option.id);
- if (refresh == true) {
+ if (refresh === true) {
window.location.reload();
}
}}
diff --git a/src/pages/Settings/Proxy.tsx b/src/pages/Settings/Proxy.tsx
index 7d848a2..f236b53 100644
--- a/src/pages/Settings/Proxy.tsx
+++ b/src/pages/Settings/Proxy.tsx
@@ -13,26 +13,26 @@ const Proxy = ({ id, active }) => {
];
return (
-
-
+
+
+
-
);
};
export default Proxy;
diff --git a/src/pages/Settings/index.tsx b/src/pages/Settings/index.tsx
index 13b634f..3fb82fc 100644
--- a/src/pages/Settings/index.tsx
+++ b/src/pages/Settings/index.tsx
@@ -1,10 +1,14 @@
import TabComponent from "./TabComponent";
import { HeaderRoute } from "../../components/HeaderRoute";
import tabs from "./tabs";
+import { Helmet } from "react-helmet"
export function Settings() {
return (
+
+ Settingsz
+
);
diff --git a/src/themes/main.css b/src/themes/main.css
index 30bd5da..0017b5b 100644
--- a/src/themes/main.css
+++ b/src/themes/main.css
@@ -14,7 +14,7 @@
--input-border-color: #eb6f92;
--input-border-size: 1.3px;
--navbar-logo-filter: none;
- --dropdown-option-hover-color: #6ba6ea;
+ --dropdown-option-hover-color: #312a49;
}
.font-inter {