From 50c54c43441d7a0bb80d20f5cd2142adbc3ccd64 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 24 Apr 2021 09:41:52 +0200 Subject: hide non-working settings from settings page --- pages/settings.tsx | 54 +++++++++++++++++++++++------------------------------- 1 file changed, 23 insertions(+), 31 deletions(-) (limited to 'pages') diff --git a/pages/settings.tsx b/pages/settings.tsx index b984936..cd874bc 100644 --- a/pages/settings.tsx +++ b/pages/settings.tsx @@ -71,37 +71,39 @@ export default function SettingsPage() { }} /> -
- } /> -
-

Gebruikersnaam

-

Hier staat hij dan

+ {false && <> +
+ } /> +
+

Gebruikersnaam

+

Hier staat hij dan

+
-
-
- } /> - } /> -
-

Email

-

******@example.com

+
+ } /> + } /> +
+

Email

+

******@example.com

+
-
-
- } /> -
-

Wachtwoord

+
+ } /> +
+

Wachtwoord

+
-
+ }

Kleuren

-
+ {false &&

Schijfjes

-
+
}
Donkere modus
+

Thema's (WIP)

@@ -121,17 +124,6 @@ export default function SettingsPage() {
- -

Uitloggen

-
- } - text='Uitloggen' - href='/logout' - /> -
-
-- cgit v1.2.3