From c40e18b2ed82f4454f8d40b69ae976448d608e6f Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Thu, 8 Jan 2026 14:23:27 +0000 Subject: [PATCH] Align footer text to the left in NavBarMenu component --- Common/UI/Components/Navbar/NavBarMenu.tsx | 2 +- Common/UI/Components/Navbar/NavBarMenuItem.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UI/Components/Navbar/NavBarMenu.tsx b/Common/UI/Components/Navbar/NavBarMenu.tsx index 6a0854ae95..e16bb34675 100644 --- a/Common/UI/Components/Navbar/NavBarMenu.tsx +++ b/Common/UI/Components/Navbar/NavBarMenu.tsx @@ -68,7 +68,7 @@ const NavBarMenu: FunctionComponent = ( className="h-5 w-5 text-gray-700" /> -
+

{props.footer.title}

diff --git a/Common/UI/Components/Navbar/NavBarMenuItem.tsx b/Common/UI/Components/Navbar/NavBarMenuItem.tsx index 0abcd089b1..684f8e3eaf 100644 --- a/Common/UI/Components/Navbar/NavBarMenuItem.tsx +++ b/Common/UI/Components/Navbar/NavBarMenuItem.tsx @@ -22,7 +22,7 @@ const NavBarMenuItem: FunctionComponent = ( // Map color names to their respective Tailwind classes const colorClasses: Record< string, - { bg: string; ring: string; hoverBg: string; hoverRing: string } + { Please makbg: string; ring: string; hoverBg: string; hoverRing: string } > = { purple: { bg: "bg-purple-50",