From e34c261c252d128453e8478eab91bb15afb29223 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sun, 5 Apr 2026 18:41:17 +0000 Subject: [PATCH] 1.5 --- frontend/src/layouts/Authenticated.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/src/layouts/Authenticated.tsx b/frontend/src/layouts/Authenticated.tsx index 73d8391..593ec67 100644 --- a/frontend/src/layouts/Authenticated.tsx +++ b/frontend/src/layouts/Authenticated.tsx @@ -86,6 +86,7 @@ export default function LayoutAuthenticated({ const layoutAsidePadding = 'xl:pl-60' + const leadershipTitle = 'Prof. Dr. Aliyo Momot — CEO & Founder' return (
@@ -110,6 +111,9 @@ export default function LayoutAuthenticated({ > +
+ {leadershipTitle} +
@@ -121,7 +125,11 @@ export default function LayoutAuthenticated({ onAsideLgClose={() => setIsAsideLgActive(false)} /> {children} - Hand-crafted & Made with ❤️ + + Hand-crafted & Made with ❤️ + + {leadershipTitle} +
)