From 1e0e838def8b91b3563b16bea64e0807cfde29e1 Mon Sep 17 00:00:00 2001 From: Sheshant-Manure Date: Fri, 13 Oct 2023 14:11:10 +0530 Subject: [PATCH 1/4] Fix Warnings: 1.Failed prop type 2.div cannot be desc of p --- src/components/AboutUs-section/AboutUs.jsx | 7 +++---- src/components/Contact-section/Contact.jsx | 4 ++-- src/components/Services-section/ServicesAvailableIn.jsx | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/AboutUs-section/AboutUs.jsx b/src/components/AboutUs-section/AboutUs.jsx index 573748bf..54536f6d 100644 --- a/src/components/AboutUs-section/AboutUs.jsx +++ b/src/components/AboutUs-section/AboutUs.jsx @@ -1,4 +1,3 @@ -import React from "react"; import rentBoardImg from "../.././assets/Images/rent-board.png"; import "./AboutUs-section.css"; const AboutUs = () => { @@ -17,15 +16,15 @@ const AboutUs = () => { track of important information about their renters, including their names, addresses, and rental payment history. This information is stored in a secure and organized manner, so landlords can access it - whenever they need to. In addition to keeping track of renters' + whenever they need to. In addition to keeping track of renters' information, Rentalog also makes it easy for landlords to collect and track monthly rent payments. This way, landlords always know exactly - how much money they're earning from their properties and can make + how much money they're earning from their properties and can make informed decisions about their business. Using Rentalog is simple and straightforward. All of the information is organized in a user-friendly interface, so landlords can access what they need quickly and easily. And, if they ever have questions or need help, - they can reach out to Rentalog's dedicated support team for + they can reach out to Rentalog's dedicated support team for assistance. Overall, Rentalog is a convenient and efficient tool for landlords who want to keep their rental business organized and running smoothly. diff --git a/src/components/Contact-section/Contact.jsx b/src/components/Contact-section/Contact.jsx index 09b3370a..83291581 100644 --- a/src/components/Contact-section/Contact.jsx +++ b/src/components/Contact-section/Contact.jsx @@ -10,7 +10,7 @@ const Contact = () => {
-

+

Hey there ! We love to hear from our Rentalog users ! Whether you're looking for answers to your burning questions, or simply @@ -52,7 +52,7 @@ const Contact = () => {
The Rentalog Team
-

+
diff --git a/src/components/Services-section/ServicesAvailableIn.jsx b/src/components/Services-section/ServicesAvailableIn.jsx index 627690ec..199848ac 100644 --- a/src/components/Services-section/ServicesAvailableIn.jsx +++ b/src/components/Services-section/ServicesAvailableIn.jsx @@ -11,6 +11,6 @@ const ServicesAvailableIn = (props) => { ServicesAvailableIn.propTypes = { placeName: PropTypes.string.isRequired, - placeImage: PropTypes.object.isRequired + placeImage: PropTypes.string.isRequired }; export default ServicesAvailableIn; \ No newline at end of file From dd03c6b0ca3a506b17e4b170643e00541f5d4fd1 Mon Sep 17 00:00:00 2001 From: Sheshant-Manure Date: Fri, 13 Oct 2023 14:35:20 +0530 Subject: [PATCH 2/4] Fix Warnings: Unknown event handler onChnage --- src/pages/Login.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Login.jsx b/src/pages/Login.jsx index 0a8c745c..3dc2a5d1 100644 --- a/src/pages/Login.jsx +++ b/src/pages/Login.jsx @@ -23,11 +23,11 @@ export default function Login() {
- + Forget Password? From 45337c3fdebcac8ca8d046ca23de2800d6834f78 Mon Sep 17 00:00:00 2001 From: Sheshant-Manure Date: Fri, 13 Oct 2023 17:17:46 +0530 Subject: [PATCH 3/4] Update input gap in RHS form --- src/components/Contact-section/ContactForm.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Contact-section/ContactForm.jsx b/src/components/Contact-section/ContactForm.jsx index 3be56604..9578def4 100644 --- a/src/components/Contact-section/ContactForm.jsx +++ b/src/components/Contact-section/ContactForm.jsx @@ -25,11 +25,12 @@ const ContactForm = () => {
From c6784199656180b3427690e552f8a8c2292f77cc Mon Sep 17 00:00:00 2001 From: Sheshant-Manure Date: Fri, 13 Oct 2023 17:19:56 +0530 Subject: [PATCH 4/4] Add social links to icons --- src/components/Contact-section/ContactForm.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Contact-section/ContactForm.jsx b/src/components/Contact-section/ContactForm.jsx index 9578def4..90fc25d4 100644 --- a/src/components/Contact-section/ContactForm.jsx +++ b/src/components/Contact-section/ContactForm.jsx @@ -15,9 +15,9 @@ const ContactForm = () => { className="flex gap-x-12 justify-center md:justify-start" style={{ height: "min-content", alignItems: "baseline" }} > - Github-logo - Insta-logo - Twitter-logo + Twitter-logo + Github-logo + Insta-logo {/* Right hand side of the form */}