diff --git a/public/index.html b/public/index.html index de98f8b..ae50a5f 100644 --- a/public/index.html +++ b/public/index.html @@ -15,7 +15,7 @@ - Airport Admin + Jatin Mor Admin */} +
+
+
+

Testimonial

+ + +
+
+
+ {/* */} + +
+
+
+
+
+ +
+
+ + + + + + + {testimonial.image && } + {testimonial?.company && } + + + + {/* + */} + + + + + + + + + +
Id
{testimonial?._id}
Name {testimonial?.name}
image + + + +
Company{testimonial?.company}
Testimonial{testimonial?.testimonial}
Testimonial Time{testimonial?.time}
Location{testimonial?.location}
Created On + {new Date(`${testimonial?.createdAt}`).toDateString()} , {`${formatAMPM(testimonial?.createdAt)}`} +
Updated At + {new Date(`${testimonial?.updatedAt}`).toDateString()} , {`${formatAMPM(testimonial?.updatedAt)}`} +
+
+ + + {/* */} +
+
+
+
+ + {/* */} + + + ); +} + +export default ViewTestimonial; diff --git a/src/views/pages/login/Login.js b/src/views/pages/login/Login.js index d13f15f..693692b 100644 --- a/src/views/pages/login/Login.js +++ b/src/views/pages/login/Login.js @@ -146,7 +146,7 @@ const Login = () => {

Login

-

Sign In to Your ChatGpt Airport Admin Dashboard Account.

+

Sign In to Your Jatin Mor Admin Dashboard Account.