diff --git a/src/app/components/GeneralPage.tsx b/src/app/components/GeneralPage.tsx index 2203b09..6a8f87b 100644 --- a/src/app/components/GeneralPage.tsx +++ b/src/app/components/GeneralPage.tsx @@ -45,6 +45,17 @@ export default function GeneralPage({ config, setConfig }: GeneralPageProps) {

General Settings

+ +
+ + updateSetting(['general', 'devicename'], e.target.value)} + className="w-full px-3 py-2 border border-neutral-300 rounded-lg" + /> +
+
updateSetting(['general', 'devicename'], e.target.value)} - className="w-full px-3 py-2 border border-neutral-300 rounded-lg" - /> -
-
+ +
+ + updateSetting(['bluetooth', 'devicename'], e.target.value)} + className="w-full px-3 py-2 border border-neutral-300 rounded-lg" + /> +
+