File tree 6 files changed +4
-3
lines changed
6 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
- < link rel ="icon " href ="%PUBLIC_URL%/logo .png " />
5
+ < link rel ="icon " href ="%PUBLIC_URL%/favicon .png " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
7
< meta name ="theme-color " content ="#000000 " />
8
8
< meta
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ const Navbar = () => {
30
30
< nav className = "bg-[#333333] top-0 fixed z-[100] py-4 flex justify-between items-center w-full px-5 lg:py-2 md:px-10 text-white" >
31
31
{ /* Logo and link to home page */ }
32
32
< NavLink to = "/" >
33
- < img className = "h-10 md:h-14" alt = "medi-connects logo" src = "logo.png" />
33
+ { /* <img className="h-10 md:h-14" alt="medi-connects logo" src="logo.png" /> */ }
34
+ < img className = "h-14 md:h-18 object-cover" alt = "medi-connects logo" src = "logo.png" />
34
35
</ NavLink >
35
36
36
37
{ /* Mobile menu button (hamburger or close icon) */ }
@@ -44,7 +45,7 @@ const Navbar = () => {
44
45
45
46
{ /* Mobile Navigation Menu */ }
46
47
{ isMobileMenuOpen && (
47
- < div className = "bg-[#333333] lg:hidden absolute z-[100] flex text-xl md:text-3xl flex-col items-start pl-8 gap-10 md:gap-16 top-16 md:top-[84px] w-full left-0 py-7 md:py-20 h-fit" >
48
+ < div className = "bg-[#333333] lg:hidden absolute z-[100] flex text-xl md:text-3xl flex-col items-start pl-8 gap-10 md:gap-16 top-16 md:top-[84px] w-full left-0 py-7 my-4 md:py-20 h-fit" >
48
49
{ /* Home link for mobile view */ }
49
50
< NavLink
50
51
className = { ( { isActive } ) =>
You can’t perform that action at this time.
0 commit comments