diff --git a/client/src/components/Header.component.tsx b/client/src/components/Header.component.tsx index 859c3c5..025698f 100644 --- a/client/src/components/Header.component.tsx +++ b/client/src/components/Header.component.tsx @@ -65,7 +65,7 @@ const headerTextContent: HeaderItems[] = [ export const Header = () => { const [isScrolling, setIsScrolling] = useState(false); - const [menuBurger, setMenuBurger] = useState(false); + const [menuBurger, setMenuBurger ] = useState(false); const [isLogin, setIsLogin] = useState(false); useEffect(() => { @@ -103,7 +103,7 @@ export const Header = () => { Logo (window.location.href = "/")} diff --git a/client/src/views/Checkin.view.tsx b/client/src/views/Checkin.view.tsx index 4263d95..4c3ce26 100644 --- a/client/src/views/Checkin.view.tsx +++ b/client/src/views/Checkin.view.tsx @@ -105,6 +105,7 @@ const Checkin: React.FC = () => { type="text" value={formDataList[index]?.marimeTricou || initialFormData.marimeTricou} onChange={(e) => handleInputChange(e, index, "marimeTricou")} + className="text-center" /> @@ -112,6 +113,7 @@ const Checkin: React.FC = () => { type="text" value={formDataList[index]?.numarTricou || initialFormData.numarTricou} onChange={(e) => handleInputChange(e, index, "numarTricou")} + className="text-center" /> @@ -119,6 +121,7 @@ const Checkin: React.FC = () => { type="text" value={formDataList[index]?.revolute_cash || initialFormData.revolute_cash} onChange={(e) => handleInputChange(e, index, "revolute_cash")} + className="text-center" /> @@ -126,6 +129,7 @@ const Checkin: React.FC = () => { type="text" value={formDataList[index]?.phone || initialFormData.phone} onChange={(e) => handleInputChange(e, index, "phone")} + className="text-center" />