Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafhathdana committed Oct 31, 2023
1 parent 38dfd03 commit 94400af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JoBooking-client
Submodule JoBooking-client updated 41 files
+327 −8 package-lock.json
+1 −0 package.json
+193 −32 src/components/featured/Featured.jsx
+114 −16 src/components/featured/featured.css
+7 −5 src/components/featuredProperties/featuredProperties.css
+1 −1 src/components/footer/footer.css
+4 −4 src/components/header/header.css
+4 −3 src/components/mailList/mailList.css
+62 −25 src/components/navbar/Navbar.jsx
+56 −0 src/components/navbar/Profile.jsx
+117 −6 src/components/navbar/navbar.css
+49 −0 src/components/navbar/profile.css
+49 −16 src/components/propertyList/PropertyList.jsx
+65 −22 src/components/propertyList/propertyList.css
+16 −4 src/components/reserve/Reserve.jsx
+1 −1 src/components/reserve/reserve.css
+2 −2 src/components/searchItem/searchItem.css
+ src/image/Appartment.png
+ src/image/Cabins.png
+ src/image/Cottages.png
+ src/image/Glamping.png
+ src/image/Guesthomes.png
+ src/image/Holidayhomes.png
+ src/image/Hotels.png
+ src/image/Resort.png
+ src/image/Serviced_appartment.png
+ src/image/Villas.png
+ src/image/birmingam.png
+ src/image/hostels.png
+ src/image/leeds.png
+ src/image/manchester.png
+ src/image/newcastle.png
+ src/image/reading.png
+1 −1 src/pages/list/list.css
+72 −28 src/pages/login/Login.jsx
+14 −0 src/pages/login/formSource.jsx
+2 −2 src/pages/login/login.css
+110 −52 src/pages/register/Register.jsx
+42 −0 src/pages/register/formSource.jsx
+81 −16 src/pages/register/register.css
+132 −14 yarn.lock
2 changes: 1 addition & 1 deletion JoBooking-server

0 comments on commit 94400af

Please sign in to comment.