Changes on 19-11-2025
This commit is contained in:
@ -115,7 +115,7 @@ const Header = () => {
|
|||||||
{isServicesOpen && (
|
{isServicesOpen && (
|
||||||
<div className="absolute top-full left-0 mt-0 w-64 bg-white shadow-lg border border-gray-200 rounded-b-md z-50">
|
<div className="absolute top-full left-0 mt-0 w-64 bg-white shadow-lg border border-gray-200 rounded-b-md z-50">
|
||||||
<Link
|
<Link
|
||||||
href="/services/acute-care-surgery"
|
href=""
|
||||||
className="block px-4 py-3 text-sm font-medium text-blue-900 hover:bg-gray-100 hover:text-red-600 transition-colors"
|
className="block px-4 py-3 text-sm font-medium text-blue-900 hover:bg-gray-100 hover:text-red-600 transition-colors"
|
||||||
onClick={closeAllMenus}
|
onClick={closeAllMenus}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user