From 6829bc606189c01a4e715085b46b035842b94b0b Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 8 Oct 2025 11:23:42 +0000 Subject: [PATCH] fix: Add missing closing Box tag in settings page General tab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed JSX syntax error where the Box container closing tag was missing in the General Settings tab. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- parentflow-admin/src/app/settings/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/parentflow-admin/src/app/settings/page.tsx b/parentflow-admin/src/app/settings/page.tsx index 8908242..9aecda2 100644 --- a/parentflow-admin/src/app/settings/page.tsx +++ b/parentflow-admin/src/app/settings/page.tsx @@ -188,8 +188,7 @@ export default function SettingsPage() { Chinese - - + {/* Security Settings */}