From 1cd48a8a1ee5775cafdfeaa858ec16229f27dc3f Mon Sep 17 00:00:00 2001 From: headlesdev Date: Sat, 24 May 2025 15:40:08 +0200 Subject: [PATCH] Notification Settings Tab --- app/dashboard/settings/SettingsPage.tsx | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/app/dashboard/settings/SettingsPage.tsx b/app/dashboard/settings/SettingsPage.tsx index b685215..cffeae2 100644 --- a/app/dashboard/settings/SettingsPage.tsx +++ b/app/dashboard/settings/SettingsPage.tsx @@ -1,4 +1,3 @@ -// components/SettingsPage.tsx 'use client'; import Sidebar from '@/components/Sidebar'; @@ -16,6 +15,7 @@ interface SettingsPageProps { export default function SettingsPage({ username, name, email }: SettingsPageProps) { const [error, setError] = useState(''); + return (
-
+
- + +
+
+ + +
+
+
+ test