@@ -28,9 +28,7 @@ export const NavbarComponent = () => {
2828 return (
2929 < >
3030 < nav
31- className = { `navbar navbar-dark navbar-expand-lg fixed-top shadow-sm ${
32- scrolled ? "scrolled" : ""
33- } `}
31+ className = { `navbar navbar-dark navbar-expand-lg fixed-top shadow-sm ${ scrolled ? "scrolled" : "" } ` }
3432 style = { {
3533 backgroundColor : "#FFAE1F" ,
3634 transition : "all 0.5s ease-in-out" ,
@@ -70,21 +68,18 @@ export const NavbarComponent = () => {
7068 aria-expanded = "false"
7169 aria-label = "Toggle navigation"
7270 >
73- < span
74- className = "navbar-toggler-icon"
75- > </ span >
71+ < span className = "navbar-toggler-icon" > </ span >
7672 </ button >
7773
7874 < div className = "collapse navbar-collapse" id = "navbarNav" >
7975 < div className = "d-flex ms-auto align-items-center" >
80- < a className = "btn btn-light me-2" href = "/account" style = { { border : "1px solid black" } } >
76+ < a className = "btn btn-light me-2" href = "/account" style = { { border : "1px solid black" } } >
8177 Cont
8278 </ a >
83- < a className = "btn btn-light me-2" href = "/myappointments" style = { { border : "1px solid black" } } >
79+ < a className = "btn btn-light me-2" href = "/myappointments" style = { { border : "1px solid black" } } >
8480 Programări
8581 </ a >
86- < a className = "btn btn-light me-2" href = "mailto:rezervaricaminleu@gmail.com"
87- style = { { border : "1px solid black" } } >
82+ < a className = "btn btn-light me-2" href = "mailto:rezervaricaminleu@gmail.com" style = { { border : "1px solid black" } } >
8883 Contact
8984 </ a >
9085 < a
@@ -93,7 +88,7 @@ export const NavbarComponent = () => {
9388 await AuthService . getInstance ( ) . logout ( ) ;
9489 window . location . reload ( ) ;
9590 } }
96- style = { { border : "1px solid black" } }
91+ style = { { border : "1px solid black" } }
9792 >
9893 Logout
9994 </ a >
@@ -102,7 +97,7 @@ export const NavbarComponent = () => {
10297 </ div >
10398 </ nav >
10499
105- < div style = { { height : navbarHeight } } > </ div >
100+ < div style = { { height : navbarHeight } } > </ div >
106101 </ >
107102 ) ;
108103} ;
0 commit comments