From 51ac1ad81dede8bc088d66b0a2534aa8aed89199 Mon Sep 17 00:00:00 2001 From: Yared Yemane Date: Tue, 14 Apr 2026 06:11:37 -0700 Subject: [PATCH] add new lesson quick action in human language panel Show a New lesson button in the lessons tab alongside the practice action so lesson creation is directly accessible from each sub-module panel. Made-with: Cursor --- src/pages/content-management/HumanLanguagePage.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/pages/content-management/HumanLanguagePage.tsx b/src/pages/content-management/HumanLanguagePage.tsx index ceff372..d746e9f 100644 --- a/src/pages/content-management/HumanLanguagePage.tsx +++ b/src/pages/content-management/HumanLanguagePage.tsx @@ -1611,6 +1611,20 @@ export function HumanLanguagePage() { New practice + ) : panelTab === "lessons" && categoryId ? ( + + + ) : null}