diff --git a/frontend/src/components/Account/UserInformation.jsx b/frontend/src/components/Account/UserInformation.jsx index 746184a..cddcb02 100644 --- a/frontend/src/components/Account/UserInformation.jsx +++ b/frontend/src/components/Account/UserInformation.jsx @@ -22,10 +22,10 @@ export default function UserInformation() { return (
-

Informations

+

INFORMATIONS

{salon && (
-

Salon Information

+

Salon Information

Name : {salon.salonName}

City : {salon.city}

Country : {salon.country}

@@ -33,7 +33,7 @@ export default function UserInformation() { )} {stylist && (
-

Stylist Information

+

Stylist Information

Last Name : {stylist.lastName}

First Name : {stylist.firstName}

Role : {stylist.stylistRole}

diff --git a/frontend/src/components/Account/UserModification.jsx b/frontend/src/components/Account/UserModification.jsx index 49633b5..90025e5 100644 --- a/frontend/src/components/Account/UserModification.jsx +++ b/frontend/src/components/Account/UserModification.jsx @@ -200,7 +200,7 @@ export default function UserModification() { return (
-

Modification :

+

Modification :

{stylist && (