From 5c05a68bb02b3e65979dd6dd37b848016f67fa18 Mon Sep 17 00:00:00 2001 From: Swapnil Bendal <84583651+Swapnil155@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:10:43 +0530 Subject: [PATCH 1/2] [update] - readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af0d7c6..e2661e4 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,11 @@ The project is **live and operational**, catering specifically to the investment ### **Steps** 1. Clone the repository: ```bash - git clone http://git.wdipl.com/Siddhesh.More/tanami-admin.git + git clone http://git.wdipl.com/Siddhesh.More/tanami-admin-panel.git ``` 2. Navigate to the project directory: ```bash - cd tanami-admin + cd tanami-admin-panel ``` 3. Install dependencies: ```bash -- 2.34.1 From 41a60c0892368faca2015c6a609b4a21c5ec8ec1 Mon Sep 17 00:00:00 2001 From: Swapnil Bendal <84583651+Swapnil155@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:18:26 +0530 Subject: [PATCH 2/2] [fixed] - change password --- src/Pages/ChangePassword.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pages/ChangePassword.jsx b/src/Pages/ChangePassword.jsx index e532216..c01857a 100644 --- a/src/Pages/ChangePassword.jsx +++ b/src/Pages/ChangePassword.jsx @@ -117,7 +117,7 @@ const ChangePassword = ({ return ( <> - + Change Password -- 2.34.1