@@ -213,7 +212,7 @@ const UserUpdate: React.FC
= ({
{
languages.find(
- (lang) => lang.code == formState.appLanguageCode
+ (lang) => lang.code == formState.appLanguageCode,
)?.name
}
From 3b0d29a91ec369c9a82ab6282f4aaa46d3840f5d Mon Sep 17 00:00:00 2001
From: KaleidoScope <121512095+Shubh152@users.noreply.github.com>
Date: Sun, 25 Feb 2024 21:53:47 +0530
Subject: [PATCH 10/16] Update UserUpdate.test.tsx
---
src/components/UserUpdate/UserUpdate.test.tsx | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/src/components/UserUpdate/UserUpdate.test.tsx b/src/components/UserUpdate/UserUpdate.test.tsx
index 8fac512f80..2d69099482 100644
--- a/src/components/UserUpdate/UserUpdate.test.tsx
+++ b/src/components/UserUpdate/UserUpdate.test.tsx
@@ -102,7 +102,7 @@ describe('Testing User Update', () => {
-
+ ,
);
await wait();
@@ -122,21 +122,20 @@ describe('Testing User Update', () => {
-
+ ,
);
await wait();
userEvent.type(
screen.getByPlaceholderText(/First Name/i),
- formData.firstName
+ formData.firstName,
);
userEvent.type(
screen.getByPlaceholderText(/Last Name/i),
- formData.lastName
+ formData.lastName,
);
userEvent.type(screen.getByPlaceholderText(/Email/i), formData.email);
- // userEvent.selectOptions(screen.getByTestId('applangcode'), 'Français');
expect(screen.getByRole('applangcode')).toBeInTheDocument();
expect(screen.getByText('English')).toBeInTheDocument();
@@ -146,10 +145,10 @@ describe('Testing User Update', () => {
userEvent.click(screen.getByText(/Save Changes/i));
expect(screen.getByPlaceholderText(/First Name/i)).toHaveValue(
- formData.firstName
+ formData.firstName,
);
expect(screen.getByPlaceholderText(/Last Name/i)).toHaveValue(
- formData.lastName
+ formData.lastName,
);
expect(screen.getByPlaceholderText(/Email/i)).toHaveValue(formData.email);
@@ -170,7 +169,7 @@ describe('Testing User Update', () => {
-
+ ,
);
await wait();
From 4e752a22a5c481e39cb67bd0a41518cf576866de Mon Sep 17 00:00:00 2001
From: KaleidoScope <121512095+Shubh152@users.noreply.github.com>
Date: Sun, 25 Feb 2024 22:15:03 +0530
Subject: [PATCH 11/16] Revert "Update documentation"
This reverts commit 1053a917a98dfabd69b335e2de7c286a862ef653.
---
...AddOn_support_services_Plugin_helper.default.md | 6 +++---
...ponents_EventCalendar_EventCalendar.ViewType.md | 4 ++--
...nents_CheckIn_types.InterfaceAttendeeCheckIn.md | 6 +++---
...CheckIn_types.InterfaceAttendeeQueryResponse.md | 2 +-
.../components_CheckIn_types.InterfaceModalProp.md | 6 +++---
...mponents_CheckIn_types.InterfaceTableCheckIn.md | 10 +++++-----
.../components_CheckIn_types.InterfaceTableData.md | 6 +++---
.../components_CheckIn_types.InterfaceUser.md | 6 +++---
...apsibleDropdown.InterfaceCollapsibleDropdown.md | 4 ++--
...mponent_IconComponent.InterfaceIconComponent.md | 8 ++++----
...ent_LeftDrawerEvent.InterfaceLeftDrawerProps.md | 6 +++---
...ent_LeftDrawerEventWrapper.InterfacePropType.md | 4 ++--
...erOrg_LeftDrawerOrg.InterfaceLeftDrawerProps.md | 10 +++++-----
...ftDrawer_LeftDrawer.InterfaceLeftDrawerProps.md | 6 +++---
...stCard_OrgListCard.InterfaceOrgListCardProps.md | 2 +-
...rofileFieldSettings.InterfaceCustomFieldData.md | 4 ++--
...nizationDashCards_CardItem.InterfaceCardItem.md | 14 +++++++-------
...ationScreen.InterfaceOrganizationScreenProps.md | 6 +++---
...erAdminScreen.InterfaceSuperAdminScreenProps.md | 6 +++---
...TableLoader_TableLoader.InterfaceTableLoader.md | 6 +++---
.../modules/components_AddOn_AddOn.md | 2 +-
.../components_AddOn_core_AddOnEntry_AddOnEntry.md | 2 +-
...onents_AddOn_core_AddOnEntry_AddOnEntryMocks.md | 2 +-
...nents_AddOn_core_AddOnRegister_AddOnRegister.md | 2 +-
.../components_AddOn_core_AddOnStore_AddOnStore.md | 2 +-
...nents_AddOn_support_components_Action_Action.md | 2 +-
...n_support_components_MainContent_MainContent.md | 2 +-
...AddOn_support_components_SidePanel_SidePanel.md | 2 +-
.../components_Advertisements_Advertisements.md | 2 +-
...s_core_AdvertisementEntry_AdvertisementEntry.md | 2 +-
..._AdvertisementRegister_AdvertisementRegister.md | 2 +-
...hangeLanguageDropdown_ChangeLanguageDropDown.md | 4 ++--
.../modules/components_CheckIn_CheckInModal.md | 2 +-
.../modules/components_CheckIn_CheckInWrapper.md | 2 +-
.../modules/components_CheckIn_TableRow.md | 2 +-
.../modules/components_CheckIn_mocks.md | 6 +++---
.../modules/components_CheckIn_tagTemplate.md | 2 +-
...ents_CollapsibleDropdown_CollapsibleDropdown.md | 2 +-
.../modules/components_ContriStats_ContriStats.md | 2 +-
...ts_CurrentHourIndicator_CurrentHourIndicator.md | 2 +-
.../modules/components_DeleteOrg_DeleteOrg.md | 2 +-
...tCustomFieldDropDown_EditCustomFieldDropDown.md | 2 +-
.../components_EventCalendar_EventCalendar.md | 2 +-
.../components_EventListCard_EventListCard.md | 2 +-
..._EventRegistrantsModal_EventRegistrantsModal.md | 2 +-
...ventRegistrantsModal_EventRegistrantsWrapper.md | 2 +-
.../modules/components_EventStats_EventStats.md | 2 +-
.../components_EventStats_EventStatsWrapper.md | 2 +-
...mponents_EventStats_Statistics_AverageRating.md | 2 +-
.../components_EventStats_Statistics_Feedback.md | 2 +-
.../components_EventStats_Statistics_Review.md | 2 +-
.../components_IconComponent_IconComponent.md | 2 +-
.../components_LeftDrawerEvent_LeftDrawerEvent.md | 2 +-
...nents_LeftDrawerEvent_LeftDrawerEventWrapper.md | 2 +-
.../components_LeftDrawerOrg_LeftDrawerOrg.md | 2 +-
.../modules/components_LeftDrawer_LeftDrawer.md | 2 +-
.../modules/components_Loader_Loader.md | 2 +-
...mponents_LoginPortalToggle_LoginPortalToggle.md | 2 +-
...mponents_MemberRequestCard_MemberRequestCard.md | 2 +-
.../modules/components_NotFound_NotFound.md | 2 +-
...components_OrgAdminListCard_OrgAdminListCard.md | 2 +-
.../components_OrgContriCards_OrgContriCards.md | 2 +-
.../modules/components_OrgDelete_OrgDelete.md | 2 +-
.../modules/components_OrgListCard_OrgListCard.md | 2 +-
...mponents_OrgPeopleListCard_OrgPeopleListCard.md | 2 +-
.../modules/components_OrgPostCard_OrgPostCard.md | 2 +-
...ProfileFieldSettings_OrgProfileFieldSettings.md | 2 +-
.../modules/components_OrgUpdate_OrgUpdate.md | 2 +-
.../modules/components_OrgUpdate_OrgUpdateMocks.md | 6 +++---
..._OrganizationCardStart_OrganizationCardStart.md | 2 +-
...components_OrganizationCard_OrganizationCard.md | 2 +-
.../components_OrganizationDashCards_CardItem.md | 2 +-
...onents_OrganizationDashCards_CardItemLoading.md | 2 +-
...mponents_OrganizationDashCards_DashboardCard.md | 2 +-
...s_OrganizationDashCards_DashboardCardLoading.md | 2 +-
...onents_OrganizationScreen_OrganizationScreen.md | 2 +-
.../components_PaginationList_PaginationList.md | 2 +-
.../modules/components_Pagination_Pagination.md | 2 +-
.../components_SecuredRoute_SecuredRoute.md | 2 +-
...components_SuperAdminScreen_SuperAdminScreen.md | 2 +-
.../modules/components_TableLoader_TableLoader.md | 2 +-
.../components_UserListCard_UserListCard.md | 2 +-
...onents_UserPasswordUpdate_UserPasswordUpdate.md | 2 +-
.../components_UserPortal_ChatRoom_ChatRoom.md | 2 +-
...omponents_UserPortal_CommentCard_CommentCard.md | 2 +-
...omponents_UserPortal_ContactCard_ContactCard.md | 2 +-
...ponents_UserPortal_DonationCard_DonationCard.md | 2 +-
.../components_UserPortal_EventCard_EventCard.md | 2 +-
.../modules/components_UserPortal_Login_Login.md | 2 +-
...UserPortal_OrganizationCard_OrganizationCard.md | 2 +-
...Portal_OrganizationNavbar_OrganizationNavbar.md | 2 +-
...rtal_OrganizationSidebar_OrganizationSidebar.md | 2 +-
.../components_UserPortal_PeopleCard_PeopleCard.md | 2 +-
.../components_UserPortal_PostCard_PostCard.md | 2 +-
...ponents_UserPortal_PromotedPost_PromotedPost.md | 2 +-
.../components_UserPortal_Register_Register.md | 2 +-
...rtal_SecuredRouteForUser_SecuredRouteForUser.md | 2 +-
.../components_UserPortal_UserNavbar_UserNavbar.md | 2 +-
...omponents_UserPortal_UserSidebar_UserSidebar.md | 2 +-
.../modules/components_UserUpdate_UserUpdate.md | 2 +-
...components_UsersTableItem_UserTableItemMocks.md | 2 +-
.../components_UsersTableItem_UsersTableItem.md | 2 +-
...components_plugins_DummyPlugin2_DummyPlugin2.md | 2 +-
.../components_plugins_DummyPlugin_DummyPlugin.md | 2 +-
.../modules/screens_BlockUser_BlockUser.md | 2 +-
.../screens_EventDashboard_EventDashboard.md | 2 +-
.../screens_EventDashboard_EventDashboard_mocks.md | 4 ++--
.../screens_ForgotPassword_ForgotPassword.md | 2 +-
.../modules/screens_LoginPage_LoginPage.md | 2 +-
.../modules/screens_MemberDetail_MemberDetail.md | 6 +++---
.../screens_OrgContribution_OrgContribution.md | 2 +-
.../modules/screens_OrgList_OrgList.md | 2 +-
.../modules/screens_OrgList_OrgListMocks.md | 8 ++++----
.../modules/screens_OrgList_OrganizationModal.md | 2 +-
.../modules/screens_OrgPost_OrgPost.md | 2 +-
.../modules/screens_OrgSettings_OrgSettings.md | 2 +-
..._OrganizationDashboard_OrganizationDashboard.md | 2 +-
...nizationDashboard_OrganizationDashboardMocks.md | 6 +++---
...creens_OrganizationEvents_OrganizationEvents.md | 2 +-
...creens_OrganizationPeople_OrganizationPeople.md | 2 +-
.../modules/screens_PageNotFound_PageNotFound.md | 2 +-
.../modules/screens_UserPortal_Chat_Chat.md | 2 +-
.../modules/screens_UserPortal_Donate_Donate.md | 2 +-
.../modules/screens_UserPortal_Events_Events.md | 2 +-
.../modules/screens_UserPortal_Home_Home.md | 2 +-
...reens_UserPortal_Organizations_Organizations.md | 2 +-
.../modules/screens_UserPortal_People_People.md | 2 +-
.../screens_UserPortal_Settings_Settings.md | 2 +-
...reens_UserPortal_UserLoginPage_UserLoginPage.md | 2 +-
talawa-admin-docs/modules/screens_Users_Users.md | 2 +-
.../modules/screens_Users_UsersMocks.md | 6 +++---
131 files changed, 187 insertions(+), 187 deletions(-)
diff --git a/talawa-admin-docs/classes/components_AddOn_support_services_Plugin_helper.default.md b/talawa-admin-docs/classes/components_AddOn_support_services_Plugin_helper.default.md
index 2e0c553f3c..31189c706c 100644
--- a/talawa-admin-docs/classes/components_AddOn_support_services_Plugin_helper.default.md
+++ b/talawa-admin-docs/classes/components_AddOn_support_services_Plugin_helper.default.md
@@ -38,7 +38,7 @@
#### Defined in
-[src/components/AddOn/support/services/Plugin.helper.ts:7](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/AddOn/support/services/Plugin.helper.ts#L7)
+[src/components/AddOn/support/services/Plugin.helper.ts:7](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/AddOn/support/services/Plugin.helper.ts#L7)
___
@@ -52,7 +52,7 @@ ___
#### Defined in
-[src/components/AddOn/support/services/Plugin.helper.ts:2](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/AddOn/support/services/Plugin.helper.ts#L2)
+[src/components/AddOn/support/services/Plugin.helper.ts:2](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/AddOn/support/services/Plugin.helper.ts#L2)
___
@@ -72,4 +72,4 @@ ___
#### Defined in
-[src/components/AddOn/support/services/Plugin.helper.ts:12](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/AddOn/support/services/Plugin.helper.ts#L12)
+[src/components/AddOn/support/services/Plugin.helper.ts:12](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/AddOn/support/services/Plugin.helper.ts#L12)
diff --git a/talawa-admin-docs/enums/components_EventCalendar_EventCalendar.ViewType.md b/talawa-admin-docs/enums/components_EventCalendar_EventCalendar.ViewType.md
index 4dac72b71f..29922c23d5 100644
--- a/talawa-admin-docs/enums/components_EventCalendar_EventCalendar.ViewType.md
+++ b/talawa-admin-docs/enums/components_EventCalendar_EventCalendar.ViewType.md
@@ -19,7 +19,7 @@
#### Defined in
-[src/components/EventCalendar/EventCalendar.tsx:46](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/EventCalendar/EventCalendar.tsx#L46)
+[src/components/EventCalendar/EventCalendar.tsx:46](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/EventCalendar/EventCalendar.tsx#L46)
___
@@ -29,4 +29,4 @@ ___
#### Defined in
-[src/components/EventCalendar/EventCalendar.tsx:47](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/EventCalendar/EventCalendar.tsx#L47)
+[src/components/EventCalendar/EventCalendar.tsx:47](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/EventCalendar/EventCalendar.tsx#L47)
diff --git a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceAttendeeCheckIn.md b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceAttendeeCheckIn.md
index 066237d73f..eb47c5bd4e 100644
--- a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceAttendeeCheckIn.md
+++ b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceAttendeeCheckIn.md
@@ -20,7 +20,7 @@
#### Defined in
-[src/components/CheckIn/types.ts:8](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L8)
+[src/components/CheckIn/types.ts:8](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L8)
___
@@ -30,7 +30,7 @@ ___
#### Defined in
-[src/components/CheckIn/types.ts:10](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L10)
+[src/components/CheckIn/types.ts:10](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L10)
___
@@ -40,4 +40,4 @@ ___
#### Defined in
-[src/components/CheckIn/types.ts:9](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L9)
+[src/components/CheckIn/types.ts:9](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L9)
diff --git a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceAttendeeQueryResponse.md b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceAttendeeQueryResponse.md
index db76cdcb54..9ecfe473e1 100644
--- a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceAttendeeQueryResponse.md
+++ b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceAttendeeQueryResponse.md
@@ -25,4 +25,4 @@
#### Defined in
-[src/components/CheckIn/types.ts:19](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L19)
+[src/components/CheckIn/types.ts:19](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L19)
diff --git a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceModalProp.md b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceModalProp.md
index 4e0eefb933..2fa711670a 100644
--- a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceModalProp.md
+++ b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceModalProp.md
@@ -20,7 +20,7 @@
#### Defined in
-[src/components/CheckIn/types.ts:27](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L27)
+[src/components/CheckIn/types.ts:27](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L27)
___
@@ -38,7 +38,7 @@ ___
#### Defined in
-[src/components/CheckIn/types.ts:28](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L28)
+[src/components/CheckIn/types.ts:28](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L28)
___
@@ -48,4 +48,4 @@ ___
#### Defined in
-[src/components/CheckIn/types.ts:26](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L26)
+[src/components/CheckIn/types.ts:26](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L26)
diff --git a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceTableCheckIn.md b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceTableCheckIn.md
index a2d3ba5202..e87af3ecc3 100644
--- a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceTableCheckIn.md
+++ b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceTableCheckIn.md
@@ -22,7 +22,7 @@
#### Defined in
-[src/components/CheckIn/types.ts:35](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L35)
+[src/components/CheckIn/types.ts:35](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L35)
___
@@ -32,7 +32,7 @@ ___
#### Defined in
-[src/components/CheckIn/types.ts:41](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L41)
+[src/components/CheckIn/types.ts:41](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L41)
___
@@ -42,7 +42,7 @@ ___
#### Defined in
-[src/components/CheckIn/types.ts:32](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L32)
+[src/components/CheckIn/types.ts:32](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L32)
___
@@ -52,7 +52,7 @@ ___
#### Defined in
-[src/components/CheckIn/types.ts:33](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L33)
+[src/components/CheckIn/types.ts:33](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L33)
___
@@ -62,4 +62,4 @@ ___
#### Defined in
-[src/components/CheckIn/types.ts:34](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L34)
+[src/components/CheckIn/types.ts:34](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L34)
diff --git a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceTableData.md b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceTableData.md
index 872d896265..390a79948f 100644
--- a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceTableData.md
+++ b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceTableData.md
@@ -20,7 +20,7 @@
#### Defined in
-[src/components/CheckIn/types.ts:47](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L47)
+[src/components/CheckIn/types.ts:47](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L47)
___
@@ -30,7 +30,7 @@ ___
#### Defined in
-[src/components/CheckIn/types.ts:46](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L46)
+[src/components/CheckIn/types.ts:46](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L46)
___
@@ -40,4 +40,4 @@ ___
#### Defined in
-[src/components/CheckIn/types.ts:45](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L45)
+[src/components/CheckIn/types.ts:45](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L45)
diff --git a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceUser.md b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceUser.md
index 59b0b60c26..877cb3ff5a 100644
--- a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceUser.md
+++ b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceUser.md
@@ -20,7 +20,7 @@
#### Defined in
-[src/components/CheckIn/types.ts:2](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L2)
+[src/components/CheckIn/types.ts:2](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L2)
___
@@ -30,7 +30,7 @@ ___
#### Defined in
-[src/components/CheckIn/types.ts:3](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L3)
+[src/components/CheckIn/types.ts:3](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L3)
___
@@ -40,4 +40,4 @@ ___
#### Defined in
-[src/components/CheckIn/types.ts:4](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/types.ts#L4)
+[src/components/CheckIn/types.ts:4](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/types.ts#L4)
diff --git a/talawa-admin-docs/interfaces/components_CollapsibleDropdown_CollapsibleDropdown.InterfaceCollapsibleDropdown.md b/talawa-admin-docs/interfaces/components_CollapsibleDropdown_CollapsibleDropdown.InterfaceCollapsibleDropdown.md
index 1c476ebd4e..a94bf4c9bf 100644
--- a/talawa-admin-docs/interfaces/components_CollapsibleDropdown_CollapsibleDropdown.InterfaceCollapsibleDropdown.md
+++ b/talawa-admin-docs/interfaces/components_CollapsibleDropdown_CollapsibleDropdown.InterfaceCollapsibleDropdown.md
@@ -19,7 +19,7 @@
#### Defined in
-[src/components/CollapsibleDropdown/CollapsibleDropdown.tsx:9](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CollapsibleDropdown/CollapsibleDropdown.tsx#L9)
+[src/components/CollapsibleDropdown/CollapsibleDropdown.tsx:9](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CollapsibleDropdown/CollapsibleDropdown.tsx#L9)
___
@@ -29,4 +29,4 @@ ___
#### Defined in
-[src/components/CollapsibleDropdown/CollapsibleDropdown.tsx:10](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CollapsibleDropdown/CollapsibleDropdown.tsx#L10)
+[src/components/CollapsibleDropdown/CollapsibleDropdown.tsx:10](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CollapsibleDropdown/CollapsibleDropdown.tsx#L10)
diff --git a/talawa-admin-docs/interfaces/components_IconComponent_IconComponent.InterfaceIconComponent.md b/talawa-admin-docs/interfaces/components_IconComponent_IconComponent.InterfaceIconComponent.md
index ec166fddb2..a8669a5913 100644
--- a/talawa-admin-docs/interfaces/components_IconComponent_IconComponent.InterfaceIconComponent.md
+++ b/talawa-admin-docs/interfaces/components_IconComponent_IconComponent.InterfaceIconComponent.md
@@ -21,7 +21,7 @@
#### Defined in
-[src/components/IconComponent/IconComponent.tsx:17](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/IconComponent/IconComponent.tsx#L17)
+[src/components/IconComponent/IconComponent.tsx:17](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/IconComponent/IconComponent.tsx#L17)
___
@@ -31,7 +31,7 @@ ___
#### Defined in
-[src/components/IconComponent/IconComponent.tsx:18](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/IconComponent/IconComponent.tsx#L18)
+[src/components/IconComponent/IconComponent.tsx:18](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/IconComponent/IconComponent.tsx#L18)
___
@@ -41,7 +41,7 @@ ___
#### Defined in
-[src/components/IconComponent/IconComponent.tsx:16](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/IconComponent/IconComponent.tsx#L16)
+[src/components/IconComponent/IconComponent.tsx:16](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/IconComponent/IconComponent.tsx#L16)
___
@@ -51,4 +51,4 @@ ___
#### Defined in
-[src/components/IconComponent/IconComponent.tsx:19](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/IconComponent/IconComponent.tsx#L19)
+[src/components/IconComponent/IconComponent.tsx:19](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/IconComponent/IconComponent.tsx#L19)
diff --git a/talawa-admin-docs/interfaces/components_LeftDrawerEvent_LeftDrawerEvent.InterfaceLeftDrawerProps.md b/talawa-admin-docs/interfaces/components_LeftDrawerEvent_LeftDrawerEvent.InterfaceLeftDrawerProps.md
index b36d6634db..2323d9e1b9 100644
--- a/talawa-admin-docs/interfaces/components_LeftDrawerEvent_LeftDrawerEvent.InterfaceLeftDrawerProps.md
+++ b/talawa-admin-docs/interfaces/components_LeftDrawerEvent_LeftDrawerEvent.InterfaceLeftDrawerProps.md
@@ -30,7 +30,7 @@
#### Defined in
-[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:17](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L17)
+[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:17](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L17)
___
@@ -40,7 +40,7 @@ ___
#### Defined in
-[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:25](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L25)
+[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:25](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L25)
___
@@ -50,4 +50,4 @@ ___
#### Defined in
-[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:26](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L26)
+[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:26](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L26)
diff --git a/talawa-admin-docs/interfaces/components_LeftDrawerEvent_LeftDrawerEventWrapper.InterfacePropType.md b/talawa-admin-docs/interfaces/components_LeftDrawerEvent_LeftDrawerEventWrapper.InterfacePropType.md
index 1b19ff471e..231bd29f60 100644
--- a/talawa-admin-docs/interfaces/components_LeftDrawerEvent_LeftDrawerEventWrapper.InterfacePropType.md
+++ b/talawa-admin-docs/interfaces/components_LeftDrawerEvent_LeftDrawerEventWrapper.InterfacePropType.md
@@ -19,7 +19,7 @@
#### Defined in
-[src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx:15](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx#L15)
+[src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx:15](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx#L15)
___
@@ -39,4 +39,4 @@ ___
#### Defined in
-[src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx:7](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx#L7)
+[src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx:7](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx#L7)
diff --git a/talawa-admin-docs/interfaces/components_LeftDrawerOrg_LeftDrawerOrg.InterfaceLeftDrawerProps.md b/talawa-admin-docs/interfaces/components_LeftDrawerOrg_LeftDrawerOrg.InterfaceLeftDrawerProps.md
index b32996ce5b..4ba897ae0f 100644
--- a/talawa-admin-docs/interfaces/components_LeftDrawerOrg_LeftDrawerOrg.InterfaceLeftDrawerProps.md
+++ b/talawa-admin-docs/interfaces/components_LeftDrawerOrg_LeftDrawerOrg.InterfaceLeftDrawerProps.md
@@ -22,7 +22,7 @@
#### Defined in
-[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:23](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L23)
+[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:23](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L23)
___
@@ -32,7 +32,7 @@ ___
#### Defined in
-[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:20](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L20)
+[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:20](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L20)
___
@@ -42,7 +42,7 @@ ___
#### Defined in
-[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:21](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L21)
+[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:21](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L21)
___
@@ -52,7 +52,7 @@ ___
#### Defined in
-[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:24](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L24)
+[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:24](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L24)
___
@@ -62,4 +62,4 @@ ___
#### Defined in
-[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:22](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L22)
+[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:22](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L22)
diff --git a/talawa-admin-docs/interfaces/components_LeftDrawer_LeftDrawer.InterfaceLeftDrawerProps.md b/talawa-admin-docs/interfaces/components_LeftDrawer_LeftDrawer.InterfaceLeftDrawerProps.md
index b872981735..d1fc895d2d 100644
--- a/talawa-admin-docs/interfaces/components_LeftDrawer_LeftDrawer.InterfaceLeftDrawerProps.md
+++ b/talawa-admin-docs/interfaces/components_LeftDrawer_LeftDrawer.InterfaceLeftDrawerProps.md
@@ -20,7 +20,7 @@
#### Defined in
-[src/components/LeftDrawer/LeftDrawer.tsx:16](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawer/LeftDrawer.tsx#L16)
+[src/components/LeftDrawer/LeftDrawer.tsx:16](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawer/LeftDrawer.tsx#L16)
___
@@ -30,7 +30,7 @@ ___
#### Defined in
-[src/components/LeftDrawer/LeftDrawer.tsx:18](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawer/LeftDrawer.tsx#L18)
+[src/components/LeftDrawer/LeftDrawer.tsx:18](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawer/LeftDrawer.tsx#L18)
___
@@ -40,4 +40,4 @@ ___
#### Defined in
-[src/components/LeftDrawer/LeftDrawer.tsx:17](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawer/LeftDrawer.tsx#L17)
+[src/components/LeftDrawer/LeftDrawer.tsx:17](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawer/LeftDrawer.tsx#L17)
diff --git a/talawa-admin-docs/interfaces/components_OrgListCard_OrgListCard.InterfaceOrgListCardProps.md b/talawa-admin-docs/interfaces/components_OrgListCard_OrgListCard.InterfaceOrgListCardProps.md
index fe186bfcb8..9d46c92019 100644
--- a/talawa-admin-docs/interfaces/components_OrgListCard_OrgListCard.InterfaceOrgListCardProps.md
+++ b/talawa-admin-docs/interfaces/components_OrgListCard_OrgListCard.InterfaceOrgListCardProps.md
@@ -18,4 +18,4 @@
#### Defined in
-[src/components/OrgListCard/OrgListCard.tsx:14](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrgListCard/OrgListCard.tsx#L14)
+[src/components/OrgListCard/OrgListCard.tsx:14](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrgListCard/OrgListCard.tsx#L14)
diff --git a/talawa-admin-docs/interfaces/components_OrgProfileFieldSettings_OrgProfileFieldSettings.InterfaceCustomFieldData.md b/talawa-admin-docs/interfaces/components_OrgProfileFieldSettings_OrgProfileFieldSettings.InterfaceCustomFieldData.md
index 2d155646f3..7ccadce5c2 100644
--- a/talawa-admin-docs/interfaces/components_OrgProfileFieldSettings_OrgProfileFieldSettings.InterfaceCustomFieldData.md
+++ b/talawa-admin-docs/interfaces/components_OrgProfileFieldSettings_OrgProfileFieldSettings.InterfaceCustomFieldData.md
@@ -19,7 +19,7 @@
#### Defined in
-[src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx:18](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx#L18)
+[src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx:18](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx#L18)
___
@@ -29,4 +29,4 @@ ___
#### Defined in
-[src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx:17](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx#L17)
+[src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx:17](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx#L17)
diff --git a/talawa-admin-docs/interfaces/components_OrganizationDashCards_CardItem.InterfaceCardItem.md b/talawa-admin-docs/interfaces/components_OrganizationDashCards_CardItem.InterfaceCardItem.md
index bffb01d921..5efc787028 100644
--- a/talawa-admin-docs/interfaces/components_OrganizationDashCards_CardItem.InterfaceCardItem.md
+++ b/talawa-admin-docs/interfaces/components_OrganizationDashCards_CardItem.InterfaceCardItem.md
@@ -24,7 +24,7 @@
#### Defined in
-[src/components/OrganizationDashCards/CardItem.tsx:17](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationDashCards/CardItem.tsx#L17)
+[src/components/OrganizationDashCards/CardItem.tsx:17](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationDashCards/CardItem.tsx#L17)
___
@@ -34,7 +34,7 @@ ___
#### Defined in
-[src/components/OrganizationDashCards/CardItem.tsx:16](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationDashCards/CardItem.tsx#L16)
+[src/components/OrganizationDashCards/CardItem.tsx:16](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationDashCards/CardItem.tsx#L16)
___
@@ -44,7 +44,7 @@ ___
#### Defined in
-[src/components/OrganizationDashCards/CardItem.tsx:18](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationDashCards/CardItem.tsx#L18)
+[src/components/OrganizationDashCards/CardItem.tsx:18](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationDashCards/CardItem.tsx#L18)
___
@@ -54,7 +54,7 @@ ___
#### Defined in
-[src/components/OrganizationDashCards/CardItem.tsx:15](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationDashCards/CardItem.tsx#L15)
+[src/components/OrganizationDashCards/CardItem.tsx:15](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationDashCards/CardItem.tsx#L15)
___
@@ -64,7 +64,7 @@ ___
#### Defined in
-[src/components/OrganizationDashCards/CardItem.tsx:14](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationDashCards/CardItem.tsx#L14)
+[src/components/OrganizationDashCards/CardItem.tsx:14](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationDashCards/CardItem.tsx#L14)
___
@@ -74,7 +74,7 @@ ___
#### Defined in
-[src/components/OrganizationDashCards/CardItem.tsx:13](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationDashCards/CardItem.tsx#L13)
+[src/components/OrganizationDashCards/CardItem.tsx:13](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationDashCards/CardItem.tsx#L13)
___
@@ -84,4 +84,4 @@ ___
#### Defined in
-[src/components/OrganizationDashCards/CardItem.tsx:12](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationDashCards/CardItem.tsx#L12)
+[src/components/OrganizationDashCards/CardItem.tsx:12](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationDashCards/CardItem.tsx#L12)
diff --git a/talawa-admin-docs/interfaces/components_OrganizationScreen_OrganizationScreen.InterfaceOrganizationScreenProps.md b/talawa-admin-docs/interfaces/components_OrganizationScreen_OrganizationScreen.InterfaceOrganizationScreenProps.md
index 1adfaba409..1b6a706c65 100644
--- a/talawa-admin-docs/interfaces/components_OrganizationScreen_OrganizationScreen.InterfaceOrganizationScreenProps.md
+++ b/talawa-admin-docs/interfaces/components_OrganizationScreen_OrganizationScreen.InterfaceOrganizationScreenProps.md
@@ -20,7 +20,7 @@
#### Defined in
-[src/components/OrganizationScreen/OrganizationScreen.tsx:12](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationScreen/OrganizationScreen.tsx#L12)
+[src/components/OrganizationScreen/OrganizationScreen.tsx:12](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationScreen/OrganizationScreen.tsx#L12)
___
@@ -30,7 +30,7 @@ ___
#### Defined in
-[src/components/OrganizationScreen/OrganizationScreen.tsx:11](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationScreen/OrganizationScreen.tsx#L11)
+[src/components/OrganizationScreen/OrganizationScreen.tsx:11](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationScreen/OrganizationScreen.tsx#L11)
___
@@ -40,4 +40,4 @@ ___
#### Defined in
-[src/components/OrganizationScreen/OrganizationScreen.tsx:10](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationScreen/OrganizationScreen.tsx#L10)
+[src/components/OrganizationScreen/OrganizationScreen.tsx:10](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationScreen/OrganizationScreen.tsx#L10)
diff --git a/talawa-admin-docs/interfaces/components_SuperAdminScreen_SuperAdminScreen.InterfaceSuperAdminScreenProps.md b/talawa-admin-docs/interfaces/components_SuperAdminScreen_SuperAdminScreen.InterfaceSuperAdminScreenProps.md
index 0e2828f33e..f6f3b33975 100644
--- a/talawa-admin-docs/interfaces/components_SuperAdminScreen_SuperAdminScreen.InterfaceSuperAdminScreenProps.md
+++ b/talawa-admin-docs/interfaces/components_SuperAdminScreen_SuperAdminScreen.InterfaceSuperAdminScreenProps.md
@@ -20,7 +20,7 @@
#### Defined in
-[src/components/SuperAdminScreen/SuperAdminScreen.tsx:9](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/SuperAdminScreen/SuperAdminScreen.tsx#L9)
+[src/components/SuperAdminScreen/SuperAdminScreen.tsx:9](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/SuperAdminScreen/SuperAdminScreen.tsx#L9)
___
@@ -30,7 +30,7 @@ ___
#### Defined in
-[src/components/SuperAdminScreen/SuperAdminScreen.tsx:8](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/SuperAdminScreen/SuperAdminScreen.tsx#L8)
+[src/components/SuperAdminScreen/SuperAdminScreen.tsx:8](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/SuperAdminScreen/SuperAdminScreen.tsx#L8)
___
@@ -40,4 +40,4 @@ ___
#### Defined in
-[src/components/SuperAdminScreen/SuperAdminScreen.tsx:7](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/SuperAdminScreen/SuperAdminScreen.tsx#L7)
+[src/components/SuperAdminScreen/SuperAdminScreen.tsx:7](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/SuperAdminScreen/SuperAdminScreen.tsx#L7)
diff --git a/talawa-admin-docs/interfaces/components_TableLoader_TableLoader.InterfaceTableLoader.md b/talawa-admin-docs/interfaces/components_TableLoader_TableLoader.InterfaceTableLoader.md
index 0ab2bf5f87..e545773409 100644
--- a/talawa-admin-docs/interfaces/components_TableLoader_TableLoader.InterfaceTableLoader.md
+++ b/talawa-admin-docs/interfaces/components_TableLoader_TableLoader.InterfaceTableLoader.md
@@ -20,7 +20,7 @@
#### Defined in
-[src/components/TableLoader/TableLoader.tsx:7](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/TableLoader/TableLoader.tsx#L7)
+[src/components/TableLoader/TableLoader.tsx:7](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/TableLoader/TableLoader.tsx#L7)
___
@@ -30,7 +30,7 @@ ___
#### Defined in
-[src/components/TableLoader/TableLoader.tsx:8](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/TableLoader/TableLoader.tsx#L8)
+[src/components/TableLoader/TableLoader.tsx:8](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/TableLoader/TableLoader.tsx#L8)
___
@@ -40,4 +40,4 @@ ___
#### Defined in
-[src/components/TableLoader/TableLoader.tsx:6](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/TableLoader/TableLoader.tsx#L6)
+[src/components/TableLoader/TableLoader.tsx:6](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/TableLoader/TableLoader.tsx#L6)
diff --git a/talawa-admin-docs/modules/components_AddOn_AddOn.md b/talawa-admin-docs/modules/components_AddOn_AddOn.md
index 6ef6f51460..7708f3efc0 100644
--- a/talawa-admin-docs/modules/components_AddOn_AddOn.md
+++ b/talawa-admin-docs/modules/components_AddOn_AddOn.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/AddOn/AddOn.tsx:11](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/AddOn/AddOn.tsx#L11)
+[src/components/AddOn/AddOn.tsx:11](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/AddOn/AddOn.tsx#L11)
diff --git a/talawa-admin-docs/modules/components_AddOn_core_AddOnEntry_AddOnEntry.md b/talawa-admin-docs/modules/components_AddOn_core_AddOnEntry_AddOnEntry.md
index 569c3268d9..d5d4096e0d 100644
--- a/talawa-admin-docs/modules/components_AddOn_core_AddOnEntry_AddOnEntry.md
+++ b/talawa-admin-docs/modules/components_AddOn_core_AddOnEntry_AddOnEntry.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx:22](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx#L22)
+[src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx:22](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx#L22)
diff --git a/talawa-admin-docs/modules/components_AddOn_core_AddOnEntry_AddOnEntryMocks.md b/talawa-admin-docs/modules/components_AddOn_core_AddOnEntry_AddOnEntryMocks.md
index 5615699ddc..2a0b34d8cf 100644
--- a/talawa-admin-docs/modules/components_AddOn_core_AddOnEntry_AddOnEntryMocks.md
+++ b/talawa-admin-docs/modules/components_AddOn_core_AddOnEntry_AddOnEntryMocks.md
@@ -16,4 +16,4 @@
#### Defined in
-[src/components/AddOn/core/AddOnEntry/AddOnEntryMocks.ts:13](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/AddOn/core/AddOnEntry/AddOnEntryMocks.ts#L13)
+[src/components/AddOn/core/AddOnEntry/AddOnEntryMocks.ts:13](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/AddOn/core/AddOnEntry/AddOnEntryMocks.ts#L13)
diff --git a/talawa-admin-docs/modules/components_AddOn_core_AddOnRegister_AddOnRegister.md b/talawa-admin-docs/modules/components_AddOn_core_AddOnRegister_AddOnRegister.md
index fdffca7808..d6f1d0ac38 100644
--- a/talawa-admin-docs/modules/components_AddOn_core_AddOnRegister_AddOnRegister.md
+++ b/talawa-admin-docs/modules/components_AddOn_core_AddOnRegister_AddOnRegister.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/AddOn/core/AddOnRegister/AddOnRegister.tsx:24](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/AddOn/core/AddOnRegister/AddOnRegister.tsx#L24)
+[src/components/AddOn/core/AddOnRegister/AddOnRegister.tsx:24](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/AddOn/core/AddOnRegister/AddOnRegister.tsx#L24)
diff --git a/talawa-admin-docs/modules/components_AddOn_core_AddOnStore_AddOnStore.md b/talawa-admin-docs/modules/components_AddOn_core_AddOnStore_AddOnStore.md
index c669adfaab..09c5ab3380 100644
--- a/talawa-admin-docs/modules/components_AddOn_core_AddOnStore_AddOnStore.md
+++ b/talawa-admin-docs/modules/components_AddOn_core_AddOnStore_AddOnStore.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/components/AddOn/core/AddOnStore/AddOnStore.tsx:26](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/AddOn/core/AddOnStore/AddOnStore.tsx#L26)
+[src/components/AddOn/core/AddOnStore/AddOnStore.tsx:26](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/AddOn/core/AddOnStore/AddOnStore.tsx#L26)
diff --git a/talawa-admin-docs/modules/components_AddOn_support_components_Action_Action.md b/talawa-admin-docs/modules/components_AddOn_support_components_Action_Action.md
index 5c985b7892..f93d3d6b94 100644
--- a/talawa-admin-docs/modules/components_AddOn_support_components_Action_Action.md
+++ b/talawa-admin-docs/modules/components_AddOn_support_components_Action_Action.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/AddOn/support/components/Action/Action.tsx:10](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/AddOn/support/components/Action/Action.tsx#L10)
+[src/components/AddOn/support/components/Action/Action.tsx:10](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/AddOn/support/components/Action/Action.tsx#L10)
diff --git a/talawa-admin-docs/modules/components_AddOn_support_components_MainContent_MainContent.md b/talawa-admin-docs/modules/components_AddOn_support_components_MainContent_MainContent.md
index d632c106ee..af9faef144 100644
--- a/talawa-admin-docs/modules/components_AddOn_support_components_MainContent_MainContent.md
+++ b/talawa-admin-docs/modules/components_AddOn_support_components_MainContent_MainContent.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/AddOn/support/components/MainContent/MainContent.tsx:10](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/AddOn/support/components/MainContent/MainContent.tsx#L10)
+[src/components/AddOn/support/components/MainContent/MainContent.tsx:10](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/AddOn/support/components/MainContent/MainContent.tsx#L10)
diff --git a/talawa-admin-docs/modules/components_AddOn_support_components_SidePanel_SidePanel.md b/talawa-admin-docs/modules/components_AddOn_support_components_SidePanel_SidePanel.md
index 172f7a1fa5..c9411bcff6 100644
--- a/talawa-admin-docs/modules/components_AddOn_support_components_SidePanel_SidePanel.md
+++ b/talawa-admin-docs/modules/components_AddOn_support_components_SidePanel_SidePanel.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/AddOn/support/components/SidePanel/SidePanel.tsx:10](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/AddOn/support/components/SidePanel/SidePanel.tsx#L10)
+[src/components/AddOn/support/components/SidePanel/SidePanel.tsx:10](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/AddOn/support/components/SidePanel/SidePanel.tsx#L10)
diff --git a/talawa-admin-docs/modules/components_Advertisements_Advertisements.md b/talawa-admin-docs/modules/components_Advertisements_Advertisements.md
index 20d86c53d1..17e75d0708 100644
--- a/talawa-admin-docs/modules/components_Advertisements_Advertisements.md
+++ b/talawa-admin-docs/modules/components_Advertisements_Advertisements.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/components/Advertisements/Advertisements.tsx:18](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/Advertisements/Advertisements.tsx#L18)
+[src/components/Advertisements/Advertisements.tsx:18](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/Advertisements/Advertisements.tsx#L18)
diff --git a/talawa-admin-docs/modules/components_Advertisements_core_AdvertisementEntry_AdvertisementEntry.md b/talawa-admin-docs/modules/components_Advertisements_core_AdvertisementEntry_AdvertisementEntry.md
index ef4f41a4a9..22f50c02b7 100644
--- a/talawa-admin-docs/modules/components_Advertisements_core_AdvertisementEntry_AdvertisementEntry.md
+++ b/talawa-admin-docs/modules/components_Advertisements_core_AdvertisementEntry_AdvertisementEntry.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.tsx:21](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.tsx#L21)
+[src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.tsx:21](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.tsx#L21)
diff --git a/talawa-admin-docs/modules/components_Advertisements_core_AdvertisementRegister_AdvertisementRegister.md b/talawa-admin-docs/modules/components_Advertisements_core_AdvertisementRegister_AdvertisementRegister.md
index 8c2c776035..5a91b6e729 100644
--- a/talawa-admin-docs/modules/components_Advertisements_core_AdvertisementRegister_AdvertisementRegister.md
+++ b/talawa-admin-docs/modules/components_Advertisements_core_AdvertisementRegister_AdvertisementRegister.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.tsx:36](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.tsx#L36)
+[src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.tsx:36](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.tsx#L36)
diff --git a/talawa-admin-docs/modules/components_ChangeLanguageDropdown_ChangeLanguageDropDown.md b/talawa-admin-docs/modules/components_ChangeLanguageDropdown_ChangeLanguageDropDown.md
index e373ec5a02..44f300753c 100644
--- a/talawa-admin-docs/modules/components_ChangeLanguageDropdown_ChangeLanguageDropDown.md
+++ b/talawa-admin-docs/modules/components_ChangeLanguageDropdown_ChangeLanguageDropDown.md
@@ -27,7 +27,7 @@
#### Defined in
-[src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx:13](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx#L13)
+[src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx:13](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx#L13)
___
@@ -47,4 +47,4 @@ ___
#### Defined in
-[src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx:17](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx#L17)
+[src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx:17](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx#L17)
diff --git a/talawa-admin-docs/modules/components_CheckIn_CheckInModal.md b/talawa-admin-docs/modules/components_CheckIn_CheckInModal.md
index b690bb2791..ccee8edbae 100644
--- a/talawa-admin-docs/modules/components_CheckIn_CheckInModal.md
+++ b/talawa-admin-docs/modules/components_CheckIn_CheckInModal.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/CheckIn/CheckInModal.tsx:16](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/CheckInModal.tsx#L16)
+[src/components/CheckIn/CheckInModal.tsx:16](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/CheckInModal.tsx#L16)
diff --git a/talawa-admin-docs/modules/components_CheckIn_CheckInWrapper.md b/talawa-admin-docs/modules/components_CheckIn_CheckInWrapper.md
index 7414b1ceae..9bee87f600 100644
--- a/talawa-admin-docs/modules/components_CheckIn_CheckInWrapper.md
+++ b/talawa-admin-docs/modules/components_CheckIn_CheckInWrapper.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/CheckIn/CheckInWrapper.tsx:11](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/CheckInWrapper.tsx#L11)
+[src/components/CheckIn/CheckInWrapper.tsx:11](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/CheckInWrapper.tsx#L11)
diff --git a/talawa-admin-docs/modules/components_CheckIn_TableRow.md b/talawa-admin-docs/modules/components_CheckIn_TableRow.md
index 39896951c8..aceaaf32f1 100644
--- a/talawa-admin-docs/modules/components_CheckIn_TableRow.md
+++ b/talawa-admin-docs/modules/components_CheckIn_TableRow.md
@@ -28,4 +28,4 @@
#### Defined in
-[src/components/CheckIn/TableRow.tsx:10](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/TableRow.tsx#L10)
+[src/components/CheckIn/TableRow.tsx:10](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/TableRow.tsx#L10)
diff --git a/talawa-admin-docs/modules/components_CheckIn_mocks.md b/talawa-admin-docs/modules/components_CheckIn_mocks.md
index 4a56c15d00..209120d33e 100644
--- a/talawa-admin-docs/modules/components_CheckIn_mocks.md
+++ b/talawa-admin-docs/modules/components_CheckIn_mocks.md
@@ -18,7 +18,7 @@
#### Defined in
-[src/components/CheckIn/mocks.ts:48](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/mocks.ts#L48)
+[src/components/CheckIn/mocks.ts:48](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/mocks.ts#L48)
___
@@ -28,7 +28,7 @@ ___
#### Defined in
-[src/components/CheckIn/mocks.ts:69](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/mocks.ts#L69)
+[src/components/CheckIn/mocks.ts:69](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/mocks.ts#L69)
___
@@ -38,4 +38,4 @@ ___
#### Defined in
-[src/components/CheckIn/mocks.ts:36](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/mocks.ts#L36)
+[src/components/CheckIn/mocks.ts:36](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/mocks.ts#L36)
diff --git a/talawa-admin-docs/modules/components_CheckIn_tagTemplate.md b/talawa-admin-docs/modules/components_CheckIn_tagTemplate.md
index 0cd3f5ce54..97a50ec9f6 100644
--- a/talawa-admin-docs/modules/components_CheckIn_tagTemplate.md
+++ b/talawa-admin-docs/modules/components_CheckIn_tagTemplate.md
@@ -16,4 +16,4 @@
#### Defined in
-[src/components/CheckIn/tagTemplate.ts:3](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CheckIn/tagTemplate.ts#L3)
+[src/components/CheckIn/tagTemplate.ts:3](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CheckIn/tagTemplate.ts#L3)
diff --git a/talawa-admin-docs/modules/components_CollapsibleDropdown_CollapsibleDropdown.md b/talawa-admin-docs/modules/components_CollapsibleDropdown_CollapsibleDropdown.md
index 30f8ab6cb2..0811628058 100644
--- a/talawa-admin-docs/modules/components_CollapsibleDropdown_CollapsibleDropdown.md
+++ b/talawa-admin-docs/modules/components_CollapsibleDropdown_CollapsibleDropdown.md
@@ -30,4 +30,4 @@
#### Defined in
-[src/components/CollapsibleDropdown/CollapsibleDropdown.tsx:13](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CollapsibleDropdown/CollapsibleDropdown.tsx#L13)
+[src/components/CollapsibleDropdown/CollapsibleDropdown.tsx:13](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CollapsibleDropdown/CollapsibleDropdown.tsx#L13)
diff --git a/talawa-admin-docs/modules/components_ContriStats_ContriStats.md b/talawa-admin-docs/modules/components_ContriStats_ContriStats.md
index 00de0232f7..07484f6961 100644
--- a/talawa-admin-docs/modules/components_ContriStats_ContriStats.md
+++ b/talawa-admin-docs/modules/components_ContriStats_ContriStats.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/ContriStats/ContriStats.tsx:14](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/ContriStats/ContriStats.tsx#L14)
+[src/components/ContriStats/ContriStats.tsx:14](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/ContriStats/ContriStats.tsx#L14)
diff --git a/talawa-admin-docs/modules/components_CurrentHourIndicator_CurrentHourIndicator.md b/talawa-admin-docs/modules/components_CurrentHourIndicator_CurrentHourIndicator.md
index 9e68fd897b..6996074140 100644
--- a/talawa-admin-docs/modules/components_CurrentHourIndicator_CurrentHourIndicator.md
+++ b/talawa-admin-docs/modules/components_CurrentHourIndicator_CurrentHourIndicator.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/components/CurrentHourIndicator/CurrentHourIndicator.tsx:4](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/CurrentHourIndicator/CurrentHourIndicator.tsx#L4)
+[src/components/CurrentHourIndicator/CurrentHourIndicator.tsx:4](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/CurrentHourIndicator/CurrentHourIndicator.tsx#L4)
diff --git a/talawa-admin-docs/modules/components_DeleteOrg_DeleteOrg.md b/talawa-admin-docs/modules/components_DeleteOrg_DeleteOrg.md
index eb9544b208..2b688e769e 100644
--- a/talawa-admin-docs/modules/components_DeleteOrg_DeleteOrg.md
+++ b/talawa-admin-docs/modules/components_DeleteOrg_DeleteOrg.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/components/DeleteOrg/DeleteOrg.tsx:15](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/DeleteOrg/DeleteOrg.tsx#L15)
+[src/components/DeleteOrg/DeleteOrg.tsx:15](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/DeleteOrg/DeleteOrg.tsx#L15)
diff --git a/talawa-admin-docs/modules/components_EditCustomFieldDropDown_EditCustomFieldDropDown.md b/talawa-admin-docs/modules/components_EditCustomFieldDropDown_EditCustomFieldDropDown.md
index e11e245542..740b3130a9 100644
--- a/talawa-admin-docs/modules/components_EditCustomFieldDropDown_EditCustomFieldDropDown.md
+++ b/talawa-admin-docs/modules/components_EditCustomFieldDropDown_EditCustomFieldDropDown.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/EditCustomFieldDropDown/EditCustomFieldDropDown.tsx:16](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/EditCustomFieldDropDown/EditCustomFieldDropDown.tsx#L16)
+[src/components/EditCustomFieldDropDown/EditCustomFieldDropDown.tsx:16](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/EditCustomFieldDropDown/EditCustomFieldDropDown.tsx#L16)
diff --git a/talawa-admin-docs/modules/components_EventCalendar_EventCalendar.md b/talawa-admin-docs/modules/components_EventCalendar_EventCalendar.md
index a13838d392..be0467b5cb 100644
--- a/talawa-admin-docs/modules/components_EventCalendar_EventCalendar.md
+++ b/talawa-admin-docs/modules/components_EventCalendar_EventCalendar.md
@@ -31,4 +31,4 @@
#### Defined in
-[src/components/EventCalendar/EventCalendar.tsx:59](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/EventCalendar/EventCalendar.tsx#L59)
+[src/components/EventCalendar/EventCalendar.tsx:59](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/EventCalendar/EventCalendar.tsx#L59)
diff --git a/talawa-admin-docs/modules/components_EventListCard_EventListCard.md b/talawa-admin-docs/modules/components_EventListCard_EventListCard.md
index 60d03ac21b..d2df808a4e 100644
--- a/talawa-admin-docs/modules/components_EventListCard_EventListCard.md
+++ b/talawa-admin-docs/modules/components_EventListCard_EventListCard.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/EventListCard/EventListCard.tsx:32](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/EventListCard/EventListCard.tsx#L32)
+[src/components/EventListCard/EventListCard.tsx:32](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/EventListCard/EventListCard.tsx#L32)
diff --git a/talawa-admin-docs/modules/components_EventRegistrantsModal_EventRegistrantsModal.md b/talawa-admin-docs/modules/components_EventRegistrantsModal_EventRegistrantsModal.md
index ea8ea50ded..a8458ded95 100644
--- a/talawa-admin-docs/modules/components_EventRegistrantsModal_EventRegistrantsModal.md
+++ b/talawa-admin-docs/modules/components_EventRegistrantsModal_EventRegistrantsModal.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/EventRegistrantsModal/EventRegistrantsModal.tsx:30](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/EventRegistrantsModal/EventRegistrantsModal.tsx#L30)
+[src/components/EventRegistrantsModal/EventRegistrantsModal.tsx:30](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/EventRegistrantsModal/EventRegistrantsModal.tsx#L30)
diff --git a/talawa-admin-docs/modules/components_EventRegistrantsModal_EventRegistrantsWrapper.md b/talawa-admin-docs/modules/components_EventRegistrantsModal_EventRegistrantsWrapper.md
index db0be8a83e..32d3c032d5 100644
--- a/talawa-admin-docs/modules/components_EventRegistrantsModal_EventRegistrantsWrapper.md
+++ b/talawa-admin-docs/modules/components_EventRegistrantsModal_EventRegistrantsWrapper.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/EventRegistrantsModal/EventRegistrantsWrapper.tsx:12](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/EventRegistrantsModal/EventRegistrantsWrapper.tsx#L12)
+[src/components/EventRegistrantsModal/EventRegistrantsWrapper.tsx:12](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/EventRegistrantsModal/EventRegistrantsWrapper.tsx#L12)
diff --git a/talawa-admin-docs/modules/components_EventStats_EventStats.md b/talawa-admin-docs/modules/components_EventStats_EventStats.md
index 0506bdbda3..2278652afb 100644
--- a/talawa-admin-docs/modules/components_EventStats_EventStats.md
+++ b/talawa-admin-docs/modules/components_EventStats_EventStats.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/EventStats/EventStats.tsx:17](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/EventStats/EventStats.tsx#L17)
+[src/components/EventStats/EventStats.tsx:17](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/EventStats/EventStats.tsx#L17)
diff --git a/talawa-admin-docs/modules/components_EventStats_EventStatsWrapper.md b/talawa-admin-docs/modules/components_EventStats_EventStatsWrapper.md
index 04d59e9e3a..d8f65115de 100644
--- a/talawa-admin-docs/modules/components_EventStats_EventStatsWrapper.md
+++ b/talawa-admin-docs/modules/components_EventStats_EventStatsWrapper.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/EventStats/EventStatsWrapper.tsx:11](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/EventStats/EventStatsWrapper.tsx#L11)
+[src/components/EventStats/EventStatsWrapper.tsx:11](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/EventStats/EventStatsWrapper.tsx#L11)
diff --git a/talawa-admin-docs/modules/components_EventStats_Statistics_AverageRating.md b/talawa-admin-docs/modules/components_EventStats_Statistics_AverageRating.md
index 8d4b12328e..2970784a82 100644
--- a/talawa-admin-docs/modules/components_EventStats_Statistics_AverageRating.md
+++ b/talawa-admin-docs/modules/components_EventStats_Statistics_AverageRating.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/EventStats/Statistics/AverageRating.tsx:35](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/EventStats/Statistics/AverageRating.tsx#L35)
+[src/components/EventStats/Statistics/AverageRating.tsx:35](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/EventStats/Statistics/AverageRating.tsx#L35)
diff --git a/talawa-admin-docs/modules/components_EventStats_Statistics_Feedback.md b/talawa-admin-docs/modules/components_EventStats_Statistics_Feedback.md
index aaa282bcf2..d6c62473e2 100644
--- a/talawa-admin-docs/modules/components_EventStats_Statistics_Feedback.md
+++ b/talawa-admin-docs/modules/components_EventStats_Statistics_Feedback.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/EventStats/Statistics/Feedback.tsx:25](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/EventStats/Statistics/Feedback.tsx#L25)
+[src/components/EventStats/Statistics/Feedback.tsx:25](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/EventStats/Statistics/Feedback.tsx#L25)
diff --git a/talawa-admin-docs/modules/components_EventStats_Statistics_Review.md b/talawa-admin-docs/modules/components_EventStats_Statistics_Review.md
index 01b68ac178..2260ddfa76 100644
--- a/talawa-admin-docs/modules/components_EventStats_Statistics_Review.md
+++ b/talawa-admin-docs/modules/components_EventStats_Statistics_Review.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/EventStats/Statistics/Review.tsx:21](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/EventStats/Statistics/Review.tsx#L21)
+[src/components/EventStats/Statistics/Review.tsx:21](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/EventStats/Statistics/Review.tsx#L21)
diff --git a/talawa-admin-docs/modules/components_IconComponent_IconComponent.md b/talawa-admin-docs/modules/components_IconComponent_IconComponent.md
index 5f2bfa92bf..bc862524a0 100644
--- a/talawa-admin-docs/modules/components_IconComponent_IconComponent.md
+++ b/talawa-admin-docs/modules/components_IconComponent_IconComponent.md
@@ -30,4 +30,4 @@
#### Defined in
-[src/components/IconComponent/IconComponent.tsx:22](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/IconComponent/IconComponent.tsx#L22)
+[src/components/IconComponent/IconComponent.tsx:22](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/IconComponent/IconComponent.tsx#L22)
diff --git a/talawa-admin-docs/modules/components_LeftDrawerEvent_LeftDrawerEvent.md b/talawa-admin-docs/modules/components_LeftDrawerEvent_LeftDrawerEvent.md
index addda79793..2305d3dbad 100644
--- a/talawa-admin-docs/modules/components_LeftDrawerEvent_LeftDrawerEvent.md
+++ b/talawa-admin-docs/modules/components_LeftDrawerEvent_LeftDrawerEvent.md
@@ -30,4 +30,4 @@
#### Defined in
-[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:29](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L29)
+[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:29](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L29)
diff --git a/talawa-admin-docs/modules/components_LeftDrawerEvent_LeftDrawerEventWrapper.md b/talawa-admin-docs/modules/components_LeftDrawerEvent_LeftDrawerEventWrapper.md
index a692a9d7a8..e2b5d4d9a6 100644
--- a/talawa-admin-docs/modules/components_LeftDrawerEvent_LeftDrawerEventWrapper.md
+++ b/talawa-admin-docs/modules/components_LeftDrawerEvent_LeftDrawerEventWrapper.md
@@ -30,4 +30,4 @@
#### Defined in
-[src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx:18](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx#L18)
+[src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx:18](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx#L18)
diff --git a/talawa-admin-docs/modules/components_LeftDrawerOrg_LeftDrawerOrg.md b/talawa-admin-docs/modules/components_LeftDrawerOrg_LeftDrawerOrg.md
index a77172a14d..6d0b7b40de 100644
--- a/talawa-admin-docs/modules/components_LeftDrawerOrg_LeftDrawerOrg.md
+++ b/talawa-admin-docs/modules/components_LeftDrawerOrg_LeftDrawerOrg.md
@@ -30,4 +30,4 @@
#### Defined in
-[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:27](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L27)
+[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:27](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L27)
diff --git a/talawa-admin-docs/modules/components_LeftDrawer_LeftDrawer.md b/talawa-admin-docs/modules/components_LeftDrawer_LeftDrawer.md
index 94ee25cfe7..ae7da72814 100644
--- a/talawa-admin-docs/modules/components_LeftDrawer_LeftDrawer.md
+++ b/talawa-admin-docs/modules/components_LeftDrawer_LeftDrawer.md
@@ -30,4 +30,4 @@
#### Defined in
-[src/components/LeftDrawer/LeftDrawer.tsx:21](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LeftDrawer/LeftDrawer.tsx#L21)
+[src/components/LeftDrawer/LeftDrawer.tsx:21](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LeftDrawer/LeftDrawer.tsx#L21)
diff --git a/talawa-admin-docs/modules/components_Loader_Loader.md b/talawa-admin-docs/modules/components_Loader_Loader.md
index 98aa4fecb9..dd36c8b540 100644
--- a/talawa-admin-docs/modules/components_Loader_Loader.md
+++ b/talawa-admin-docs/modules/components_Loader_Loader.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/Loader/Loader.tsx:10](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/Loader/Loader.tsx#L10)
+[src/components/Loader/Loader.tsx:10](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/Loader/Loader.tsx#L10)
diff --git a/talawa-admin-docs/modules/components_LoginPortalToggle_LoginPortalToggle.md b/talawa-admin-docs/modules/components_LoginPortalToggle_LoginPortalToggle.md
index a610c6c118..e7d0d13510 100644
--- a/talawa-admin-docs/modules/components_LoginPortalToggle_LoginPortalToggle.md
+++ b/talawa-admin-docs/modules/components_LoginPortalToggle_LoginPortalToggle.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/components/LoginPortalToggle/LoginPortalToggle.tsx:8](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/LoginPortalToggle/LoginPortalToggle.tsx#L8)
+[src/components/LoginPortalToggle/LoginPortalToggle.tsx:8](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/LoginPortalToggle/LoginPortalToggle.tsx#L8)
diff --git a/talawa-admin-docs/modules/components_MemberRequestCard_MemberRequestCard.md b/talawa-admin-docs/modules/components_MemberRequestCard_MemberRequestCard.md
index 600785b862..62629fd66c 100644
--- a/talawa-admin-docs/modules/components_MemberRequestCard_MemberRequestCard.md
+++ b/talawa-admin-docs/modules/components_MemberRequestCard_MemberRequestCard.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/MemberRequestCard/MemberRequestCard.tsx:26](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/MemberRequestCard/MemberRequestCard.tsx#L26)
+[src/components/MemberRequestCard/MemberRequestCard.tsx:26](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/MemberRequestCard/MemberRequestCard.tsx#L26)
diff --git a/talawa-admin-docs/modules/components_NotFound_NotFound.md b/talawa-admin-docs/modules/components_NotFound_NotFound.md
index a0bcaccea0..3c27d00110 100644
--- a/talawa-admin-docs/modules/components_NotFound_NotFound.md
+++ b/talawa-admin-docs/modules/components_NotFound_NotFound.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/NotFound/NotFound.tsx:11](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/NotFound/NotFound.tsx#L11)
+[src/components/NotFound/NotFound.tsx:11](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/NotFound/NotFound.tsx#L11)
diff --git a/talawa-admin-docs/modules/components_OrgAdminListCard_OrgAdminListCard.md b/talawa-admin-docs/modules/components_OrgAdminListCard_OrgAdminListCard.md
index f79f771c9d..a502f77abd 100644
--- a/talawa-admin-docs/modules/components_OrgAdminListCard_OrgAdminListCard.md
+++ b/talawa-admin-docs/modules/components_OrgAdminListCard_OrgAdminListCard.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/OrgAdminListCard/OrgAdminListCard.tsx:29](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrgAdminListCard/OrgAdminListCard.tsx#L29)
+[src/components/OrgAdminListCard/OrgAdminListCard.tsx:29](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrgAdminListCard/OrgAdminListCard.tsx#L29)
diff --git a/talawa-admin-docs/modules/components_OrgContriCards_OrgContriCards.md b/talawa-admin-docs/modules/components_OrgContriCards_OrgContriCards.md
index e0a7bf5256..7793777b0d 100644
--- a/talawa-admin-docs/modules/components_OrgContriCards_OrgContriCards.md
+++ b/talawa-admin-docs/modules/components_OrgContriCards_OrgContriCards.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/OrgContriCards/OrgContriCards.tsx:17](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrgContriCards/OrgContriCards.tsx#L17)
+[src/components/OrgContriCards/OrgContriCards.tsx:17](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrgContriCards/OrgContriCards.tsx#L17)
diff --git a/talawa-admin-docs/modules/components_OrgDelete_OrgDelete.md b/talawa-admin-docs/modules/components_OrgDelete_OrgDelete.md
index 941b2a9929..128d528006 100644
--- a/talawa-admin-docs/modules/components_OrgDelete_OrgDelete.md
+++ b/talawa-admin-docs/modules/components_OrgDelete_OrgDelete.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/components/OrgDelete/OrgDelete.tsx:4](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrgDelete/OrgDelete.tsx#L4)
+[src/components/OrgDelete/OrgDelete.tsx:4](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrgDelete/OrgDelete.tsx#L4)
diff --git a/talawa-admin-docs/modules/components_OrgListCard_OrgListCard.md b/talawa-admin-docs/modules/components_OrgListCard_OrgListCard.md
index d56f825df6..18bfd4460b 100644
--- a/talawa-admin-docs/modules/components_OrgListCard_OrgListCard.md
+++ b/talawa-admin-docs/modules/components_OrgListCard_OrgListCard.md
@@ -30,4 +30,4 @@
#### Defined in
-[src/components/OrgListCard/OrgListCard.tsx:17](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrgListCard/OrgListCard.tsx#L17)
+[src/components/OrgListCard/OrgListCard.tsx:17](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrgListCard/OrgListCard.tsx#L17)
diff --git a/talawa-admin-docs/modules/components_OrgPeopleListCard_OrgPeopleListCard.md b/talawa-admin-docs/modules/components_OrgPeopleListCard_OrgPeopleListCard.md
index c3b3cf57e5..3bfe921cb6 100644
--- a/talawa-admin-docs/modules/components_OrgPeopleListCard_OrgPeopleListCard.md
+++ b/talawa-admin-docs/modules/components_OrgPeopleListCard_OrgPeopleListCard.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/OrgPeopleListCard/OrgPeopleListCard.tsx:24](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrgPeopleListCard/OrgPeopleListCard.tsx#L24)
+[src/components/OrgPeopleListCard/OrgPeopleListCard.tsx:24](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrgPeopleListCard/OrgPeopleListCard.tsx#L24)
diff --git a/talawa-admin-docs/modules/components_OrgPostCard_OrgPostCard.md b/talawa-admin-docs/modules/components_OrgPostCard_OrgPostCard.md
index e95780838a..abd4ea5663 100644
--- a/talawa-admin-docs/modules/components_OrgPostCard_OrgPostCard.md
+++ b/talawa-admin-docs/modules/components_OrgPostCard_OrgPostCard.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/OrgPostCard/OrgPostCard.tsx:35](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrgPostCard/OrgPostCard.tsx#L35)
+[src/components/OrgPostCard/OrgPostCard.tsx:35](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrgPostCard/OrgPostCard.tsx#L35)
diff --git a/talawa-admin-docs/modules/components_OrgProfileFieldSettings_OrgProfileFieldSettings.md b/talawa-admin-docs/modules/components_OrgProfileFieldSettings_OrgProfileFieldSettings.md
index 116803bec4..24633b513a 100644
--- a/talawa-admin-docs/modules/components_OrgProfileFieldSettings_OrgProfileFieldSettings.md
+++ b/talawa-admin-docs/modules/components_OrgProfileFieldSettings_OrgProfileFieldSettings.md
@@ -24,4 +24,4 @@
#### Defined in
-[src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx:21](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx#L21)
+[src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx:21](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx#L21)
diff --git a/talawa-admin-docs/modules/components_OrgUpdate_OrgUpdate.md b/talawa-admin-docs/modules/components_OrgUpdate_OrgUpdate.md
index d443ebef8d..f3671db7f1 100644
--- a/talawa-admin-docs/modules/components_OrgUpdate_OrgUpdate.md
+++ b/talawa-admin-docs/modules/components_OrgUpdate_OrgUpdate.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/OrgUpdate/OrgUpdate.tsx:26](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrgUpdate/OrgUpdate.tsx#L26)
+[src/components/OrgUpdate/OrgUpdate.tsx:26](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrgUpdate/OrgUpdate.tsx#L26)
diff --git a/talawa-admin-docs/modules/components_OrgUpdate_OrgUpdateMocks.md b/talawa-admin-docs/modules/components_OrgUpdate_OrgUpdateMocks.md
index f133bb04b0..356df928c1 100644
--- a/talawa-admin-docs/modules/components_OrgUpdate_OrgUpdateMocks.md
+++ b/talawa-admin-docs/modules/components_OrgUpdate_OrgUpdateMocks.md
@@ -18,7 +18,7 @@
#### Defined in
-[src/components/OrgUpdate/OrgUpdateMocks.ts:4](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrgUpdate/OrgUpdateMocks.ts#L4)
+[src/components/OrgUpdate/OrgUpdateMocks.ts:4](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrgUpdate/OrgUpdateMocks.ts#L4)
___
@@ -28,7 +28,7 @@ ___
#### Defined in
-[src/components/OrgUpdate/OrgUpdateMocks.ts:109](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrgUpdate/OrgUpdateMocks.ts#L109)
+[src/components/OrgUpdate/OrgUpdateMocks.ts:109](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrgUpdate/OrgUpdateMocks.ts#L109)
___
@@ -38,4 +38,4 @@ ___
#### Defined in
-[src/components/OrgUpdate/OrgUpdateMocks.ts:119](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrgUpdate/OrgUpdateMocks.ts#L119)
+[src/components/OrgUpdate/OrgUpdateMocks.ts:119](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrgUpdate/OrgUpdateMocks.ts#L119)
diff --git a/talawa-admin-docs/modules/components_OrganizationCardStart_OrganizationCardStart.md b/talawa-admin-docs/modules/components_OrganizationCardStart_OrganizationCardStart.md
index f6ccbbd825..1f3d0f7f15 100644
--- a/talawa-admin-docs/modules/components_OrganizationCardStart_OrganizationCardStart.md
+++ b/talawa-admin-docs/modules/components_OrganizationCardStart_OrganizationCardStart.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/OrganizationCardStart/OrganizationCardStart.tsx:11](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationCardStart/OrganizationCardStart.tsx#L11)
+[src/components/OrganizationCardStart/OrganizationCardStart.tsx:11](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationCardStart/OrganizationCardStart.tsx#L11)
diff --git a/talawa-admin-docs/modules/components_OrganizationCard_OrganizationCard.md b/talawa-admin-docs/modules/components_OrganizationCard_OrganizationCard.md
index c4047f537a..e72bc4b169 100644
--- a/talawa-admin-docs/modules/components_OrganizationCard_OrganizationCard.md
+++ b/talawa-admin-docs/modules/components_OrganizationCard_OrganizationCard.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/OrganizationCard/OrganizationCard.tsx:13](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationCard/OrganizationCard.tsx#L13)
+[src/components/OrganizationCard/OrganizationCard.tsx:13](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationCard/OrganizationCard.tsx#L13)
diff --git a/talawa-admin-docs/modules/components_OrganizationDashCards_CardItem.md b/talawa-admin-docs/modules/components_OrganizationDashCards_CardItem.md
index fb6026a986..149ddf73b5 100644
--- a/talawa-admin-docs/modules/components_OrganizationDashCards_CardItem.md
+++ b/talawa-admin-docs/modules/components_OrganizationDashCards_CardItem.md
@@ -30,4 +30,4 @@
#### Defined in
-[src/components/OrganizationDashCards/CardItem.tsx:21](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationDashCards/CardItem.tsx#L21)
+[src/components/OrganizationDashCards/CardItem.tsx:21](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationDashCards/CardItem.tsx#L21)
diff --git a/talawa-admin-docs/modules/components_OrganizationDashCards_CardItemLoading.md b/talawa-admin-docs/modules/components_OrganizationDashCards_CardItemLoading.md
index 0708db30e9..c837ff6ae3 100644
--- a/talawa-admin-docs/modules/components_OrganizationDashCards_CardItemLoading.md
+++ b/talawa-admin-docs/modules/components_OrganizationDashCards_CardItemLoading.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/components/OrganizationDashCards/CardItemLoading.tsx:4](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationDashCards/CardItemLoading.tsx#L4)
+[src/components/OrganizationDashCards/CardItemLoading.tsx:4](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationDashCards/CardItemLoading.tsx#L4)
diff --git a/talawa-admin-docs/modules/components_OrganizationDashCards_DashboardCard.md b/talawa-admin-docs/modules/components_OrganizationDashCards_DashboardCard.md
index 9d87a066fb..4874366105 100644
--- a/talawa-admin-docs/modules/components_OrganizationDashCards_DashboardCard.md
+++ b/talawa-admin-docs/modules/components_OrganizationDashCards_DashboardCard.md
@@ -29,4 +29,4 @@
#### Defined in
-[src/components/OrganizationDashCards/DashboardCard.tsx:6](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationDashCards/DashboardCard.tsx#L6)
+[src/components/OrganizationDashCards/DashboardCard.tsx:6](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationDashCards/DashboardCard.tsx#L6)
diff --git a/talawa-admin-docs/modules/components_OrganizationDashCards_DashboardCardLoading.md b/talawa-admin-docs/modules/components_OrganizationDashCards_DashboardCardLoading.md
index 7ee27b9e04..48551c741d 100644
--- a/talawa-admin-docs/modules/components_OrganizationDashCards_DashboardCardLoading.md
+++ b/talawa-admin-docs/modules/components_OrganizationDashCards_DashboardCardLoading.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/components/OrganizationDashCards/DashboardCardLoading.tsx:6](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationDashCards/DashboardCardLoading.tsx#L6)
+[src/components/OrganizationDashCards/DashboardCardLoading.tsx:6](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationDashCards/DashboardCardLoading.tsx#L6)
diff --git a/talawa-admin-docs/modules/components_OrganizationScreen_OrganizationScreen.md b/talawa-admin-docs/modules/components_OrganizationScreen_OrganizationScreen.md
index d70b1ef644..8abc38e92f 100644
--- a/talawa-admin-docs/modules/components_OrganizationScreen_OrganizationScreen.md
+++ b/talawa-admin-docs/modules/components_OrganizationScreen_OrganizationScreen.md
@@ -30,4 +30,4 @@
#### Defined in
-[src/components/OrganizationScreen/OrganizationScreen.tsx:14](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/OrganizationScreen/OrganizationScreen.tsx#L14)
+[src/components/OrganizationScreen/OrganizationScreen.tsx:14](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/OrganizationScreen/OrganizationScreen.tsx#L14)
diff --git a/talawa-admin-docs/modules/components_PaginationList_PaginationList.md b/talawa-admin-docs/modules/components_PaginationList_PaginationList.md
index 63ef248c23..2b35c78487 100644
--- a/talawa-admin-docs/modules/components_PaginationList_PaginationList.md
+++ b/talawa-admin-docs/modules/components_PaginationList_PaginationList.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/PaginationList/PaginationList.tsx:21](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/PaginationList/PaginationList.tsx#L21)
+[src/components/PaginationList/PaginationList.tsx:21](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/PaginationList/PaginationList.tsx#L21)
diff --git a/talawa-admin-docs/modules/components_Pagination_Pagination.md b/talawa-admin-docs/modules/components_Pagination_Pagination.md
index 56f35b7f9e..d4d4be6cd8 100644
--- a/talawa-admin-docs/modules/components_Pagination_Pagination.md
+++ b/talawa-admin-docs/modules/components_Pagination_Pagination.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/Pagination/Pagination.tsx:20](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/Pagination/Pagination.tsx#L20)
+[src/components/Pagination/Pagination.tsx:20](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/Pagination/Pagination.tsx#L20)
diff --git a/talawa-admin-docs/modules/components_SecuredRoute_SecuredRoute.md b/talawa-admin-docs/modules/components_SecuredRoute_SecuredRoute.md
index e4e2a77be3..1f48f3cb87 100644
--- a/talawa-admin-docs/modules/components_SecuredRoute_SecuredRoute.md
+++ b/talawa-admin-docs/modules/components_SecuredRoute_SecuredRoute.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/SecuredRoute/SecuredRoute.tsx:7](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/SecuredRoute/SecuredRoute.tsx#L7)
+[src/components/SecuredRoute/SecuredRoute.tsx:7](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/SecuredRoute/SecuredRoute.tsx#L7)
diff --git a/talawa-admin-docs/modules/components_SuperAdminScreen_SuperAdminScreen.md b/talawa-admin-docs/modules/components_SuperAdminScreen_SuperAdminScreen.md
index d24ee069ee..11c00f6131 100644
--- a/talawa-admin-docs/modules/components_SuperAdminScreen_SuperAdminScreen.md
+++ b/talawa-admin-docs/modules/components_SuperAdminScreen_SuperAdminScreen.md
@@ -30,4 +30,4 @@
#### Defined in
-[src/components/SuperAdminScreen/SuperAdminScreen.tsx:11](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/SuperAdminScreen/SuperAdminScreen.tsx#L11)
+[src/components/SuperAdminScreen/SuperAdminScreen.tsx:11](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/SuperAdminScreen/SuperAdminScreen.tsx#L11)
diff --git a/talawa-admin-docs/modules/components_TableLoader_TableLoader.md b/talawa-admin-docs/modules/components_TableLoader_TableLoader.md
index 8b8ede3d54..9874a5c25e 100644
--- a/talawa-admin-docs/modules/components_TableLoader_TableLoader.md
+++ b/talawa-admin-docs/modules/components_TableLoader_TableLoader.md
@@ -30,4 +30,4 @@
#### Defined in
-[src/components/TableLoader/TableLoader.tsx:11](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/TableLoader/TableLoader.tsx#L11)
+[src/components/TableLoader/TableLoader.tsx:11](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/TableLoader/TableLoader.tsx#L11)
diff --git a/talawa-admin-docs/modules/components_UserListCard_UserListCard.md b/talawa-admin-docs/modules/components_UserListCard_UserListCard.md
index d6de63a38d..f8f040f88e 100644
--- a/talawa-admin-docs/modules/components_UserListCard_UserListCard.md
+++ b/talawa-admin-docs/modules/components_UserListCard_UserListCard.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/UserListCard/UserListCard.tsx:24](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserListCard/UserListCard.tsx#L24)
+[src/components/UserListCard/UserListCard.tsx:24](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserListCard/UserListCard.tsx#L24)
diff --git a/talawa-admin-docs/modules/components_UserPasswordUpdate_UserPasswordUpdate.md b/talawa-admin-docs/modules/components_UserPasswordUpdate_UserPasswordUpdate.md
index 9d85f32b0b..517a6d692f 100644
--- a/talawa-admin-docs/modules/components_UserPasswordUpdate_UserPasswordUpdate.md
+++ b/talawa-admin-docs/modules/components_UserPasswordUpdate_UserPasswordUpdate.md
@@ -27,4 +27,4 @@
#### Defined in
-[src/components/UserPasswordUpdate/UserPasswordUpdate.tsx:15](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPasswordUpdate/UserPasswordUpdate.tsx#L15)
+[src/components/UserPasswordUpdate/UserPasswordUpdate.tsx:15](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPasswordUpdate/UserPasswordUpdate.tsx#L15)
diff --git a/talawa-admin-docs/modules/components_UserPortal_ChatRoom_ChatRoom.md b/talawa-admin-docs/modules/components_UserPortal_ChatRoom_ChatRoom.md
index e5849c626f..84480b9f02 100644
--- a/talawa-admin-docs/modules/components_UserPortal_ChatRoom_ChatRoom.md
+++ b/talawa-admin-docs/modules/components_UserPortal_ChatRoom_ChatRoom.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/UserPortal/ChatRoom/ChatRoom.tsx:14](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPortal/ChatRoom/ChatRoom.tsx#L14)
+[src/components/UserPortal/ChatRoom/ChatRoom.tsx:14](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPortal/ChatRoom/ChatRoom.tsx#L14)
diff --git a/talawa-admin-docs/modules/components_UserPortal_CommentCard_CommentCard.md b/talawa-admin-docs/modules/components_UserPortal_CommentCard_CommentCard.md
index abc7fcedf6..9d36774a58 100644
--- a/talawa-admin-docs/modules/components_UserPortal_CommentCard_CommentCard.md
+++ b/talawa-admin-docs/modules/components_UserPortal_CommentCard_CommentCard.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/UserPortal/CommentCard/CommentCard.tsx:27](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPortal/CommentCard/CommentCard.tsx#L27)
+[src/components/UserPortal/CommentCard/CommentCard.tsx:27](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPortal/CommentCard/CommentCard.tsx#L27)
diff --git a/talawa-admin-docs/modules/components_UserPortal_ContactCard_ContactCard.md b/talawa-admin-docs/modules/components_UserPortal_ContactCard_ContactCard.md
index d706b61e8a..f40934d0f8 100644
--- a/talawa-admin-docs/modules/components_UserPortal_ContactCard_ContactCard.md
+++ b/talawa-admin-docs/modules/components_UserPortal_ContactCard_ContactCard.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/UserPortal/ContactCard/ContactCard.tsx:15](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPortal/ContactCard/ContactCard.tsx#L15)
+[src/components/UserPortal/ContactCard/ContactCard.tsx:15](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPortal/ContactCard/ContactCard.tsx#L15)
diff --git a/talawa-admin-docs/modules/components_UserPortal_DonationCard_DonationCard.md b/talawa-admin-docs/modules/components_UserPortal_DonationCard_DonationCard.md
index 24208672fc..c40b5fd806 100644
--- a/talawa-admin-docs/modules/components_UserPortal_DonationCard_DonationCard.md
+++ b/talawa-admin-docs/modules/components_UserPortal_DonationCard_DonationCard.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/UserPortal/DonationCard/DonationCard.tsx:12](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPortal/DonationCard/DonationCard.tsx#L12)
+[src/components/UserPortal/DonationCard/DonationCard.tsx:12](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPortal/DonationCard/DonationCard.tsx#L12)
diff --git a/talawa-admin-docs/modules/components_UserPortal_EventCard_EventCard.md b/talawa-admin-docs/modules/components_UserPortal_EventCard_EventCard.md
index 85dc10e780..564eb9afa7 100644
--- a/talawa-admin-docs/modules/components_UserPortal_EventCard_EventCard.md
+++ b/talawa-admin-docs/modules/components_UserPortal_EventCard_EventCard.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/UserPortal/EventCard/EventCard.tsx:38](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPortal/EventCard/EventCard.tsx#L38)
+[src/components/UserPortal/EventCard/EventCard.tsx:38](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPortal/EventCard/EventCard.tsx#L38)
diff --git a/talawa-admin-docs/modules/components_UserPortal_Login_Login.md b/talawa-admin-docs/modules/components_UserPortal_Login_Login.md
index a65287c9ac..4b80b3969f 100644
--- a/talawa-admin-docs/modules/components_UserPortal_Login_Login.md
+++ b/talawa-admin-docs/modules/components_UserPortal_Login_Login.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/UserPortal/Login/Login.tsx:20](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPortal/Login/Login.tsx#L20)
+[src/components/UserPortal/Login/Login.tsx:20](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPortal/Login/Login.tsx#L20)
diff --git a/talawa-admin-docs/modules/components_UserPortal_OrganizationCard_OrganizationCard.md b/talawa-admin-docs/modules/components_UserPortal_OrganizationCard_OrganizationCard.md
index 9e01b69ca4..c7b1e8643e 100644
--- a/talawa-admin-docs/modules/components_UserPortal_OrganizationCard_OrganizationCard.md
+++ b/talawa-admin-docs/modules/components_UserPortal_OrganizationCard_OrganizationCard.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/UserPortal/OrganizationCard/OrganizationCard.tsx:13](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPortal/OrganizationCard/OrganizationCard.tsx#L13)
+[src/components/UserPortal/OrganizationCard/OrganizationCard.tsx:13](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPortal/OrganizationCard/OrganizationCard.tsx#L13)
diff --git a/talawa-admin-docs/modules/components_UserPortal_OrganizationNavbar_OrganizationNavbar.md b/talawa-admin-docs/modules/components_UserPortal_OrganizationNavbar_OrganizationNavbar.md
index 1458a1fab4..492e7a44c7 100644
--- a/talawa-admin-docs/modules/components_UserPortal_OrganizationNavbar_OrganizationNavbar.md
+++ b/talawa-admin-docs/modules/components_UserPortal_OrganizationNavbar_OrganizationNavbar.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.tsx:30](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.tsx#L30)
+[src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.tsx:30](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.tsx#L30)
diff --git a/talawa-admin-docs/modules/components_UserPortal_OrganizationSidebar_OrganizationSidebar.md b/talawa-admin-docs/modules/components_UserPortal_OrganizationSidebar_OrganizationSidebar.md
index bd0008ed0e..6902fe678a 100644
--- a/talawa-admin-docs/modules/components_UserPortal_OrganizationSidebar_OrganizationSidebar.md
+++ b/talawa-admin-docs/modules/components_UserPortal_OrganizationSidebar_OrganizationSidebar.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/components/UserPortal/OrganizationSidebar/OrganizationSidebar.tsx:18](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPortal/OrganizationSidebar/OrganizationSidebar.tsx#L18)
+[src/components/UserPortal/OrganizationSidebar/OrganizationSidebar.tsx:18](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPortal/OrganizationSidebar/OrganizationSidebar.tsx#L18)
diff --git a/talawa-admin-docs/modules/components_UserPortal_PeopleCard_PeopleCard.md b/talawa-admin-docs/modules/components_UserPortal_PeopleCard_PeopleCard.md
index a2cc81d227..a3497d6bca 100644
--- a/talawa-admin-docs/modules/components_UserPortal_PeopleCard_PeopleCard.md
+++ b/talawa-admin-docs/modules/components_UserPortal_PeopleCard_PeopleCard.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/UserPortal/PeopleCard/PeopleCard.tsx:12](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPortal/PeopleCard/PeopleCard.tsx#L12)
+[src/components/UserPortal/PeopleCard/PeopleCard.tsx:12](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPortal/PeopleCard/PeopleCard.tsx#L12)
diff --git a/talawa-admin-docs/modules/components_UserPortal_PostCard_PostCard.md b/talawa-admin-docs/modules/components_UserPortal_PostCard_PostCard.md
index 0c38af8982..533ef95663 100644
--- a/talawa-admin-docs/modules/components_UserPortal_PostCard_PostCard.md
+++ b/talawa-admin-docs/modules/components_UserPortal_PostCard_PostCard.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/UserPortal/PostCard/PostCard.tsx:71](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPortal/PostCard/PostCard.tsx#L71)
+[src/components/UserPortal/PostCard/PostCard.tsx:71](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPortal/PostCard/PostCard.tsx#L71)
diff --git a/talawa-admin-docs/modules/components_UserPortal_PromotedPost_PromotedPost.md b/talawa-admin-docs/modules/components_UserPortal_PromotedPost_PromotedPost.md
index 8884be0048..8ce7350f58 100644
--- a/talawa-admin-docs/modules/components_UserPortal_PromotedPost_PromotedPost.md
+++ b/talawa-admin-docs/modules/components_UserPortal_PromotedPost_PromotedPost.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/UserPortal/PromotedPost/PromotedPost.tsx:10](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPortal/PromotedPost/PromotedPost.tsx#L10)
+[src/components/UserPortal/PromotedPost/PromotedPost.tsx:10](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPortal/PromotedPost/PromotedPost.tsx#L10)
diff --git a/talawa-admin-docs/modules/components_UserPortal_Register_Register.md b/talawa-admin-docs/modules/components_UserPortal_Register_Register.md
index 7fa34a35b3..7865759c03 100644
--- a/talawa-admin-docs/modules/components_UserPortal_Register_Register.md
+++ b/talawa-admin-docs/modules/components_UserPortal_Register_Register.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/UserPortal/Register/Register.tsx:19](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPortal/Register/Register.tsx#L19)
+[src/components/UserPortal/Register/Register.tsx:19](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPortal/Register/Register.tsx#L19)
diff --git a/talawa-admin-docs/modules/components_UserPortal_SecuredRouteForUser_SecuredRouteForUser.md b/talawa-admin-docs/modules/components_UserPortal_SecuredRouteForUser_SecuredRouteForUser.md
index b34555049f..b834c74894 100644
--- a/talawa-admin-docs/modules/components_UserPortal_SecuredRouteForUser_SecuredRouteForUser.md
+++ b/talawa-admin-docs/modules/components_UserPortal_SecuredRouteForUser_SecuredRouteForUser.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/UserPortal/SecuredRouteForUser/SecuredRouteForUser.tsx:5](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPortal/SecuredRouteForUser/SecuredRouteForUser.tsx#L5)
+[src/components/UserPortal/SecuredRouteForUser/SecuredRouteForUser.tsx:5](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPortal/SecuredRouteForUser/SecuredRouteForUser.tsx#L5)
diff --git a/talawa-admin-docs/modules/components_UserPortal_UserNavbar_UserNavbar.md b/talawa-admin-docs/modules/components_UserPortal_UserNavbar_UserNavbar.md
index 5fd3d22677..265a3d12ef 100644
--- a/talawa-admin-docs/modules/components_UserPortal_UserNavbar_UserNavbar.md
+++ b/talawa-admin-docs/modules/components_UserPortal_UserNavbar_UserNavbar.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/components/UserPortal/UserNavbar/UserNavbar.tsx:16](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPortal/UserNavbar/UserNavbar.tsx#L16)
+[src/components/UserPortal/UserNavbar/UserNavbar.tsx:16](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPortal/UserNavbar/UserNavbar.tsx#L16)
diff --git a/talawa-admin-docs/modules/components_UserPortal_UserSidebar_UserSidebar.md b/talawa-admin-docs/modules/components_UserPortal_UserSidebar_UserSidebar.md
index 20d6d0c437..d31979578d 100644
--- a/talawa-admin-docs/modules/components_UserPortal_UserSidebar_UserSidebar.md
+++ b/talawa-admin-docs/modules/components_UserPortal_UserSidebar_UserSidebar.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/components/UserPortal/UserSidebar/UserSidebar.tsx:16](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserPortal/UserSidebar/UserSidebar.tsx#L16)
+[src/components/UserPortal/UserSidebar/UserSidebar.tsx:16](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserPortal/UserSidebar/UserSidebar.tsx#L16)
diff --git a/talawa-admin-docs/modules/components_UserUpdate_UserUpdate.md b/talawa-admin-docs/modules/components_UserUpdate_UserUpdate.md
index 7bca91f8b1..6e9f01258e 100644
--- a/talawa-admin-docs/modules/components_UserUpdate_UserUpdate.md
+++ b/talawa-admin-docs/modules/components_UserUpdate_UserUpdate.md
@@ -27,4 +27,4 @@
#### Defined in
-[src/components/UserUpdate/UserUpdate.tsx:24](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UserUpdate/UserUpdate.tsx#L24)
+[src/components/UserUpdate/UserUpdate.tsx:24](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UserUpdate/UserUpdate.tsx#L24)
diff --git a/talawa-admin-docs/modules/components_UsersTableItem_UserTableItemMocks.md b/talawa-admin-docs/modules/components_UsersTableItem_UserTableItemMocks.md
index c3234d7d16..85305b69e0 100644
--- a/talawa-admin-docs/modules/components_UsersTableItem_UserTableItemMocks.md
+++ b/talawa-admin-docs/modules/components_UsersTableItem_UserTableItemMocks.md
@@ -16,4 +16,4 @@
#### Defined in
-[src/components/UsersTableItem/UserTableItemMocks.ts:7](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UsersTableItem/UserTableItemMocks.ts#L7)
+[src/components/UsersTableItem/UserTableItemMocks.ts:7](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UsersTableItem/UserTableItemMocks.ts#L7)
diff --git a/talawa-admin-docs/modules/components_UsersTableItem_UsersTableItem.md b/talawa-admin-docs/modules/components_UsersTableItem_UsersTableItem.md
index f5faeb6cbf..c1e49109f4 100644
--- a/talawa-admin-docs/modules/components_UsersTableItem_UsersTableItem.md
+++ b/talawa-admin-docs/modules/components_UsersTableItem_UsersTableItem.md
@@ -26,4 +26,4 @@
#### Defined in
-[src/components/UsersTableItem/UsersTableItem.tsx:25](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/UsersTableItem/UsersTableItem.tsx#L25)
+[src/components/UsersTableItem/UsersTableItem.tsx:25](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/UsersTableItem/UsersTableItem.tsx#L25)
diff --git a/talawa-admin-docs/modules/components_plugins_DummyPlugin2_DummyPlugin2.md b/talawa-admin-docs/modules/components_plugins_DummyPlugin2_DummyPlugin2.md
index d81c1a5c77..f35bdef35a 100644
--- a/talawa-admin-docs/modules/components_plugins_DummyPlugin2_DummyPlugin2.md
+++ b/talawa-admin-docs/modules/components_plugins_DummyPlugin2_DummyPlugin2.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/components/plugins/DummyPlugin2/DummyPlugin2.tsx:4](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/plugins/DummyPlugin2/DummyPlugin2.tsx#L4)
+[src/components/plugins/DummyPlugin2/DummyPlugin2.tsx:4](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/plugins/DummyPlugin2/DummyPlugin2.tsx#L4)
diff --git a/talawa-admin-docs/modules/components_plugins_DummyPlugin_DummyPlugin.md b/talawa-admin-docs/modules/components_plugins_DummyPlugin_DummyPlugin.md
index 912feccd44..dfc53edd9f 100644
--- a/talawa-admin-docs/modules/components_plugins_DummyPlugin_DummyPlugin.md
+++ b/talawa-admin-docs/modules/components_plugins_DummyPlugin_DummyPlugin.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/components/plugins/DummyPlugin/DummyPlugin.tsx:5](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/components/plugins/DummyPlugin/DummyPlugin.tsx#L5)
+[src/components/plugins/DummyPlugin/DummyPlugin.tsx:5](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/components/plugins/DummyPlugin/DummyPlugin.tsx#L5)
diff --git a/talawa-admin-docs/modules/screens_BlockUser_BlockUser.md b/talawa-admin-docs/modules/screens_BlockUser_BlockUser.md
index 96b2ec875d..631fb56671 100644
--- a/talawa-admin-docs/modules/screens_BlockUser_BlockUser.md
+++ b/talawa-admin-docs/modules/screens_BlockUser_BlockUser.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/BlockUser/BlockUser.tsx:32](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/BlockUser/BlockUser.tsx#L32)
+[src/screens/BlockUser/BlockUser.tsx:32](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/BlockUser/BlockUser.tsx#L32)
diff --git a/talawa-admin-docs/modules/screens_EventDashboard_EventDashboard.md b/talawa-admin-docs/modules/screens_EventDashboard_EventDashboard.md
index f736bfef17..33bbf8f7ec 100644
--- a/talawa-admin-docs/modules/screens_EventDashboard_EventDashboard.md
+++ b/talawa-admin-docs/modules/screens_EventDashboard_EventDashboard.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/EventDashboard/EventDashboard.tsx:10](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/EventDashboard/EventDashboard.tsx#L10)
+[src/screens/EventDashboard/EventDashboard.tsx:10](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/EventDashboard/EventDashboard.tsx#L10)
diff --git a/talawa-admin-docs/modules/screens_EventDashboard_EventDashboard_mocks.md b/talawa-admin-docs/modules/screens_EventDashboard_EventDashboard_mocks.md
index bd3186645b..55d32ca1f5 100644
--- a/talawa-admin-docs/modules/screens_EventDashboard_EventDashboard_mocks.md
+++ b/talawa-admin-docs/modules/screens_EventDashboard_EventDashboard_mocks.md
@@ -17,7 +17,7 @@
#### Defined in
-[src/screens/EventDashboard/EventDashboard.mocks.ts:69](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/EventDashboard/EventDashboard.mocks.ts#L69)
+[src/screens/EventDashboard/EventDashboard.mocks.ts:69](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/EventDashboard/EventDashboard.mocks.ts#L69)
___
@@ -27,4 +27,4 @@ ___
#### Defined in
-[src/screens/EventDashboard/EventDashboard.mocks.ts:102](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/EventDashboard/EventDashboard.mocks.ts#L102)
+[src/screens/EventDashboard/EventDashboard.mocks.ts:102](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/EventDashboard/EventDashboard.mocks.ts#L102)
diff --git a/talawa-admin-docs/modules/screens_ForgotPassword_ForgotPassword.md b/talawa-admin-docs/modules/screens_ForgotPassword_ForgotPassword.md
index 8de21ed713..b326d5e77f 100644
--- a/talawa-admin-docs/modules/screens_ForgotPassword_ForgotPassword.md
+++ b/talawa-admin-docs/modules/screens_ForgotPassword_ForgotPassword.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/ForgotPassword/ForgotPassword.tsx:22](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/ForgotPassword/ForgotPassword.tsx#L22)
+[src/screens/ForgotPassword/ForgotPassword.tsx:22](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/ForgotPassword/ForgotPassword.tsx#L22)
diff --git a/talawa-admin-docs/modules/screens_LoginPage_LoginPage.md b/talawa-admin-docs/modules/screens_LoginPage_LoginPage.md
index 9945a67db5..75b2f9d03a 100644
--- a/talawa-admin-docs/modules/screens_LoginPage_LoginPage.md
+++ b/talawa-admin-docs/modules/screens_LoginPage_LoginPage.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/LoginPage/LoginPage.tsx:44](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/LoginPage/LoginPage.tsx#L44)
+[src/screens/LoginPage/LoginPage.tsx:44](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/LoginPage/LoginPage.tsx#L44)
diff --git a/talawa-admin-docs/modules/screens_MemberDetail_MemberDetail.md b/talawa-admin-docs/modules/screens_MemberDetail_MemberDetail.md
index eaeb4be83d..3775c53c7c 100644
--- a/talawa-admin-docs/modules/screens_MemberDetail_MemberDetail.md
+++ b/talawa-admin-docs/modules/screens_MemberDetail_MemberDetail.md
@@ -29,7 +29,7 @@
#### Defined in
-[src/screens/MemberDetail/MemberDetail.tsx:28](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/MemberDetail/MemberDetail.tsx#L28)
+[src/screens/MemberDetail/MemberDetail.tsx:28](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/MemberDetail/MemberDetail.tsx#L28)
___
@@ -49,7 +49,7 @@ ___
#### Defined in
-[src/screens/MemberDetail/MemberDetail.tsx:328](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/MemberDetail/MemberDetail.tsx#L328)
+[src/screens/MemberDetail/MemberDetail.tsx:328](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/MemberDetail/MemberDetail.tsx#L328)
___
@@ -69,4 +69,4 @@ ___
#### Defined in
-[src/screens/MemberDetail/MemberDetail.tsx:320](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/MemberDetail/MemberDetail.tsx#L320)
+[src/screens/MemberDetail/MemberDetail.tsx:320](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/MemberDetail/MemberDetail.tsx#L320)
diff --git a/talawa-admin-docs/modules/screens_OrgContribution_OrgContribution.md b/talawa-admin-docs/modules/screens_OrgContribution_OrgContribution.md
index 24b0e33ea3..c9f5d05463 100644
--- a/talawa-admin-docs/modules/screens_OrgContribution_OrgContribution.md
+++ b/talawa-admin-docs/modules/screens_OrgContribution_OrgContribution.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/OrgContribution/OrgContribution.tsx:11](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/OrgContribution/OrgContribution.tsx#L11)
+[src/screens/OrgContribution/OrgContribution.tsx:11](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/OrgContribution/OrgContribution.tsx#L11)
diff --git a/talawa-admin-docs/modules/screens_OrgList_OrgList.md b/talawa-admin-docs/modules/screens_OrgList_OrgList.md
index d82ca48260..04775362ee 100644
--- a/talawa-admin-docs/modules/screens_OrgList_OrgList.md
+++ b/talawa-admin-docs/modules/screens_OrgList_OrgList.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/OrgList/OrgList.tsx:34](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/OrgList/OrgList.tsx#L34)
+[src/screens/OrgList/OrgList.tsx:34](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/OrgList/OrgList.tsx#L34)
diff --git a/talawa-admin-docs/modules/screens_OrgList_OrgListMocks.md b/talawa-admin-docs/modules/screens_OrgList_OrgListMocks.md
index 80cfa49911..95d493570c 100644
--- a/talawa-admin-docs/modules/screens_OrgList_OrgListMocks.md
+++ b/talawa-admin-docs/modules/screens_OrgList_OrgListMocks.md
@@ -19,7 +19,7 @@
#### Defined in
-[src/screens/OrgList/OrgListMocks.ts:101](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/OrgList/OrgListMocks.ts#L101)
+[src/screens/OrgList/OrgListMocks.ts:101](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/OrgList/OrgListMocks.ts#L101)
___
@@ -29,7 +29,7 @@ ___
#### Defined in
-[src/screens/OrgList/OrgListMocks.ts:235](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/OrgList/OrgListMocks.ts#L235)
+[src/screens/OrgList/OrgListMocks.ts:235](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/OrgList/OrgListMocks.ts#L235)
___
@@ -39,7 +39,7 @@ ___
#### Defined in
-[src/screens/OrgList/OrgListMocks.ts:171](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/OrgList/OrgListMocks.ts#L171)
+[src/screens/OrgList/OrgListMocks.ts:171](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/OrgList/OrgListMocks.ts#L171)
___
@@ -49,4 +49,4 @@ ___
#### Defined in
-[src/screens/OrgList/OrgListMocks.ts:199](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/OrgList/OrgListMocks.ts#L199)
+[src/screens/OrgList/OrgListMocks.ts:199](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/OrgList/OrgListMocks.ts#L199)
diff --git a/talawa-admin-docs/modules/screens_OrgList_OrganizationModal.md b/talawa-admin-docs/modules/screens_OrgList_OrganizationModal.md
index 3f45c6e706..70df93939d 100644
--- a/talawa-admin-docs/modules/screens_OrgList_OrganizationModal.md
+++ b/talawa-admin-docs/modules/screens_OrgList_OrganizationModal.md
@@ -29,4 +29,4 @@ Represents the organization modal component.
#### Defined in
-[src/screens/OrgList/OrganizationModal.tsx:58](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/OrgList/OrganizationModal.tsx#L58)
+[src/screens/OrgList/OrganizationModal.tsx:58](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/OrgList/OrganizationModal.tsx#L58)
diff --git a/talawa-admin-docs/modules/screens_OrgPost_OrgPost.md b/talawa-admin-docs/modules/screens_OrgPost_OrgPost.md
index 90cdb89804..a21030a9eb 100644
--- a/talawa-admin-docs/modules/screens_OrgPost_OrgPost.md
+++ b/talawa-admin-docs/modules/screens_OrgPost_OrgPost.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/OrgPost/OrgPost.tsx:35](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/OrgPost/OrgPost.tsx#L35)
+[src/screens/OrgPost/OrgPost.tsx:35](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/OrgPost/OrgPost.tsx#L35)
diff --git a/talawa-admin-docs/modules/screens_OrgSettings_OrgSettings.md b/talawa-admin-docs/modules/screens_OrgSettings_OrgSettings.md
index 726004fcd5..7ea5d95389 100644
--- a/talawa-admin-docs/modules/screens_OrgSettings_OrgSettings.md
+++ b/talawa-admin-docs/modules/screens_OrgSettings_OrgSettings.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/OrgSettings/OrgSettings.tsx:13](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/OrgSettings/OrgSettings.tsx#L13)
+[src/screens/OrgSettings/OrgSettings.tsx:13](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/OrgSettings/OrgSettings.tsx#L13)
diff --git a/talawa-admin-docs/modules/screens_OrganizationDashboard_OrganizationDashboard.md b/talawa-admin-docs/modules/screens_OrganizationDashboard_OrganizationDashboard.md
index 17143706ee..7fb0774b3c 100644
--- a/talawa-admin-docs/modules/screens_OrganizationDashboard_OrganizationDashboard.md
+++ b/talawa-admin-docs/modules/screens_OrganizationDashboard_OrganizationDashboard.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/OrganizationDashboard/OrganizationDashboard.tsx:32](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/OrganizationDashboard/OrganizationDashboard.tsx#L32)
+[src/screens/OrganizationDashboard/OrganizationDashboard.tsx:32](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/OrganizationDashboard/OrganizationDashboard.tsx#L32)
diff --git a/talawa-admin-docs/modules/screens_OrganizationDashboard_OrganizationDashboardMocks.md b/talawa-admin-docs/modules/screens_OrganizationDashboard_OrganizationDashboardMocks.md
index 5db79474ed..58a98c70e1 100644
--- a/talawa-admin-docs/modules/screens_OrganizationDashboard_OrganizationDashboardMocks.md
+++ b/talawa-admin-docs/modules/screens_OrganizationDashboard_OrganizationDashboardMocks.md
@@ -18,7 +18,7 @@
#### Defined in
-[src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts:197](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts#L197)
+[src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts:197](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts#L197)
___
@@ -28,7 +28,7 @@ ___
#### Defined in
-[src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts:281](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts#L281)
+[src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts:281](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts#L281)
___
@@ -38,4 +38,4 @@ ___
#### Defined in
-[src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts:8](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts#L8)
+[src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts:8](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts#L8)
diff --git a/talawa-admin-docs/modules/screens_OrganizationEvents_OrganizationEvents.md b/talawa-admin-docs/modules/screens_OrganizationEvents_OrganizationEvents.md
index 6a5fa1f6b9..5ea99e50ac 100644
--- a/talawa-admin-docs/modules/screens_OrganizationEvents_OrganizationEvents.md
+++ b/talawa-admin-docs/modules/screens_OrganizationEvents_OrganizationEvents.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/OrganizationEvents/OrganizationEvents.tsx:29](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/OrganizationEvents/OrganizationEvents.tsx#L29)
+[src/screens/OrganizationEvents/OrganizationEvents.tsx:29](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/OrganizationEvents/OrganizationEvents.tsx#L29)
diff --git a/talawa-admin-docs/modules/screens_OrganizationPeople_OrganizationPeople.md b/talawa-admin-docs/modules/screens_OrganizationPeople_OrganizationPeople.md
index eabcff2869..6169d2109b 100644
--- a/talawa-admin-docs/modules/screens_OrganizationPeople_OrganizationPeople.md
+++ b/talawa-admin-docs/modules/screens_OrganizationPeople_OrganizationPeople.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/OrganizationPeople/OrganizationPeople.tsx:28](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/OrganizationPeople/OrganizationPeople.tsx#L28)
+[src/screens/OrganizationPeople/OrganizationPeople.tsx:28](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/OrganizationPeople/OrganizationPeople.tsx#L28)
diff --git a/talawa-admin-docs/modules/screens_PageNotFound_PageNotFound.md b/talawa-admin-docs/modules/screens_PageNotFound_PageNotFound.md
index d612365d1f..580ae063d3 100644
--- a/talawa-admin-docs/modules/screens_PageNotFound_PageNotFound.md
+++ b/talawa-admin-docs/modules/screens_PageNotFound_PageNotFound.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/PageNotFound/PageNotFound.tsx:8](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/PageNotFound/PageNotFound.tsx#L8)
+[src/screens/PageNotFound/PageNotFound.tsx:8](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/PageNotFound/PageNotFound.tsx#L8)
diff --git a/talawa-admin-docs/modules/screens_UserPortal_Chat_Chat.md b/talawa-admin-docs/modules/screens_UserPortal_Chat_Chat.md
index d1453b3b8c..314d6c9dfd 100644
--- a/talawa-admin-docs/modules/screens_UserPortal_Chat_Chat.md
+++ b/talawa-admin-docs/modules/screens_UserPortal_Chat_Chat.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/UserPortal/Chat/Chat.tsx:30](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/UserPortal/Chat/Chat.tsx#L30)
+[src/screens/UserPortal/Chat/Chat.tsx:30](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/UserPortal/Chat/Chat.tsx#L30)
diff --git a/talawa-admin-docs/modules/screens_UserPortal_Donate_Donate.md b/talawa-admin-docs/modules/screens_UserPortal_Donate_Donate.md
index 435f696feb..ebd7721aa6 100644
--- a/talawa-admin-docs/modules/screens_UserPortal_Donate_Donate.md
+++ b/talawa-admin-docs/modules/screens_UserPortal_Donate_Donate.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/UserPortal/Donate/Donate.tsx:27](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/UserPortal/Donate/Donate.tsx#L27)
+[src/screens/UserPortal/Donate/Donate.tsx:27](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/UserPortal/Donate/Donate.tsx#L27)
diff --git a/talawa-admin-docs/modules/screens_UserPortal_Events_Events.md b/talawa-admin-docs/modules/screens_UserPortal_Events_Events.md
index 7931c7a4e9..b99b7dca32 100644
--- a/talawa-admin-docs/modules/screens_UserPortal_Events_Events.md
+++ b/talawa-admin-docs/modules/screens_UserPortal_Events_Events.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/UserPortal/Events/Events.tsx:50](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/UserPortal/Events/Events.tsx#L50)
+[src/screens/UserPortal/Events/Events.tsx:50](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/UserPortal/Events/Events.tsx#L50)
diff --git a/talawa-admin-docs/modules/screens_UserPortal_Home_Home.md b/talawa-admin-docs/modules/screens_UserPortal_Home_Home.md
index 38e0cbbb2e..c3820ac902 100644
--- a/talawa-admin-docs/modules/screens_UserPortal_Home_Home.md
+++ b/talawa-admin-docs/modules/screens_UserPortal_Home_Home.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/UserPortal/Home/Home.tsx:79](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/UserPortal/Home/Home.tsx#L79)
+[src/screens/UserPortal/Home/Home.tsx:79](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/UserPortal/Home/Home.tsx#L79)
diff --git a/talawa-admin-docs/modules/screens_UserPortal_Organizations_Organizations.md b/talawa-admin-docs/modules/screens_UserPortal_Organizations_Organizations.md
index 7ae164a822..c59cfe6ad9 100644
--- a/talawa-admin-docs/modules/screens_UserPortal_Organizations_Organizations.md
+++ b/talawa-admin-docs/modules/screens_UserPortal_Organizations_Organizations.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/UserPortal/Organizations/Organizations.tsx:27](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/UserPortal/Organizations/Organizations.tsx#L27)
+[src/screens/UserPortal/Organizations/Organizations.tsx:27](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/UserPortal/Organizations/Organizations.tsx#L27)
diff --git a/talawa-admin-docs/modules/screens_UserPortal_People_People.md b/talawa-admin-docs/modules/screens_UserPortal_People_People.md
index 32392ca58e..8e7d871987 100644
--- a/talawa-admin-docs/modules/screens_UserPortal_People_People.md
+++ b/talawa-admin-docs/modules/screens_UserPortal_People_People.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/UserPortal/People/People.tsx:26](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/UserPortal/People/People.tsx#L26)
+[src/screens/UserPortal/People/People.tsx:26](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/UserPortal/People/People.tsx#L26)
diff --git a/talawa-admin-docs/modules/screens_UserPortal_Settings_Settings.md b/talawa-admin-docs/modules/screens_UserPortal_Settings_Settings.md
index a9343c6fcd..fb7a967028 100644
--- a/talawa-admin-docs/modules/screens_UserPortal_Settings_Settings.md
+++ b/talawa-admin-docs/modules/screens_UserPortal_Settings_Settings.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/UserPortal/Settings/Settings.tsx:16](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/UserPortal/Settings/Settings.tsx#L16)
+[src/screens/UserPortal/Settings/Settings.tsx:16](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/UserPortal/Settings/Settings.tsx#L16)
diff --git a/talawa-admin-docs/modules/screens_UserPortal_UserLoginPage_UserLoginPage.md b/talawa-admin-docs/modules/screens_UserPortal_UserLoginPage_UserLoginPage.md
index 8c28d89797..ddb0371bf4 100644
--- a/talawa-admin-docs/modules/screens_UserPortal_UserLoginPage_UserLoginPage.md
+++ b/talawa-admin-docs/modules/screens_UserPortal_UserLoginPage_UserLoginPage.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/UserPortal/UserLoginPage/UserLoginPage.tsx:43](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/UserPortal/UserLoginPage/UserLoginPage.tsx#L43)
+[src/screens/UserPortal/UserLoginPage/UserLoginPage.tsx:43](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/UserPortal/UserLoginPage/UserLoginPage.tsx#L43)
diff --git a/talawa-admin-docs/modules/screens_Users_Users.md b/talawa-admin-docs/modules/screens_Users_Users.md
index 33cb59051a..a87c93404e 100644
--- a/talawa-admin-docs/modules/screens_Users_Users.md
+++ b/talawa-admin-docs/modules/screens_Users_Users.md
@@ -20,4 +20,4 @@
#### Defined in
-[src/screens/Users/Users.tsx:24](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/Users/Users.tsx#L24)
+[src/screens/Users/Users.tsx:24](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/Users/Users.tsx#L24)
diff --git a/talawa-admin-docs/modules/screens_Users_UsersMocks.md b/talawa-admin-docs/modules/screens_Users_UsersMocks.md
index 637af0dbb0..31b72fc622 100644
--- a/talawa-admin-docs/modules/screens_Users_UsersMocks.md
+++ b/talawa-admin-docs/modules/screens_Users_UsersMocks.md
@@ -18,7 +18,7 @@
#### Defined in
-[src/screens/Users/UsersMocks.ts:392](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/Users/UsersMocks.ts#L392)
+[src/screens/Users/UsersMocks.ts:392](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/Users/UsersMocks.ts#L392)
___
@@ -28,7 +28,7 @@ ___
#### Defined in
-[src/screens/Users/UsersMocks.ts:7](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/Users/UsersMocks.ts#L7)
+[src/screens/Users/UsersMocks.ts:7](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/Users/UsersMocks.ts#L7)
___
@@ -38,4 +38,4 @@ ___
#### Defined in
-[src/screens/Users/UsersMocks.ts:233](https://github.com/Shubh152/talawa-admin/blob/17e2e86/src/screens/Users/UsersMocks.ts#L233)
+[src/screens/Users/UsersMocks.ts:233](https://github.com/PalisadoesFoundation/talawa-admin/blob/12d9229/src/screens/Users/UsersMocks.ts#L233)
From 49241eae610d1ed5373dc4d5fbe0ba87f9e5cce9 Mon Sep 17 00:00:00 2001
From: KaleidoScope <121512095+Shubh152@users.noreply.github.com>
Date: Sun, 25 Feb 2024 22:30:31 +0530
Subject: [PATCH 12/16] fix lint errors
---
README.md | 2 +-
src/components/UserUpdate/UserUpdate.test.tsx | 22 -------------------
2 files changed, 1 insertion(+), 23 deletions(-)
diff --git a/README.md b/README.md
index 08bc058846..5b26844ccb 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Core features include:
- [Talawa Components](#talawa-components)
-- [Documentation](#documentation)
+- [Documentation -](#documentation--)
- [Installation](#installation)
diff --git a/src/components/UserUpdate/UserUpdate.test.tsx b/src/components/UserUpdate/UserUpdate.test.tsx
index 2d69099482..1a4c4b3484 100644
--- a/src/components/UserUpdate/UserUpdate.test.tsx
+++ b/src/components/UserUpdate/UserUpdate.test.tsx
@@ -158,26 +158,4 @@ describe('Testing User Update', () => {
expect(screen.getByPlaceholderText(/Email/i)).toBeInTheDocument();
expect(screen.getByText(/Display Image/i)).toBeInTheDocument();
});
-
- test('should display warnings for blank form submission', async () => {
- jest.spyOn(toast, 'warning');
-
- render(
-
-
-
-
-
-
- ,
- );
-
- await wait();
-
- userEvent.click(screen.getByText(/Save Changes/i));
-
- expect(toast.warning).toHaveBeenCalledWith('First Name cannot be blank!');
- expect(toast.warning).toHaveBeenCalledWith('Last Name cannot be blank!');
- expect(toast.warning).toHaveBeenCalledWith('Email cannot be blank!');
- });
});
From f80d125c33662eb73c4528d0a8ceb950ada13633 Mon Sep 17 00:00:00 2001
From: KaleidoScope <121512095+Shubh152@users.noreply.github.com>
Date: Sun, 3 Mar 2024 14:50:47 +0530
Subject: [PATCH 13/16] fix codecov coverage
---
src/components/UserUpdate/UserUpdate.tsx | 50 ++++++++++++------------
1 file changed, 25 insertions(+), 25 deletions(-)
diff --git a/src/components/UserUpdate/UserUpdate.tsx b/src/components/UserUpdate/UserUpdate.tsx
index 897098d344..b4e77cd099 100644
--- a/src/components/UserUpdate/UserUpdate.tsx
+++ b/src/components/UserUpdate/UserUpdate.tsx
@@ -200,15 +200,15 @@ const UserUpdate: React.FC = ({
From d7b449bb63af1a00c8f0d0d5a765b7f77ac409a2 Mon Sep 17 00:00:00 2001
From: KaleidoScope <121512095+Shubh152@users.noreply.github.com>
Date: Sat, 9 Mar 2024 20:46:29 +0530
Subject: [PATCH 14/16] fix coverage error
---
README.md | 2 +-
src/components/UserUpdate/UserUpdate.test.tsx | 3 +-
src/components/UserUpdate/UserUpdate.tsx | 48 +++++++------------
3 files changed, 18 insertions(+), 35 deletions(-)
diff --git a/README.md b/README.md
index a353ea7cf5..f522cb925a 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Core features include:
- [Talawa Components](#talawa-components)
-- [Documentation -](#documentation--)
+- [Documentation](#documentation)
- [Installation](#installation)
diff --git a/src/components/UserUpdate/UserUpdate.test.tsx b/src/components/UserUpdate/UserUpdate.test.tsx
index 1a4c4b3484..a32bef6e8a 100644
--- a/src/components/UserUpdate/UserUpdate.test.tsx
+++ b/src/components/UserUpdate/UserUpdate.test.tsx
@@ -136,8 +136,7 @@ describe('Testing User Update', () => {
formData.lastName,
);
userEvent.type(screen.getByPlaceholderText(/Email/i), formData.email);
- expect(screen.getByRole('applangcode')).toBeInTheDocument();
- expect(screen.getByText('English')).toBeInTheDocument();
+ userEvent.selectOptions(screen.getByTestId('applangcode'), 'Français');
userEvent.upload(screen.getByLabelText(/Display Image:/i), formData.image);
await wait();
diff --git a/src/components/UserUpdate/UserUpdate.tsx b/src/components/UserUpdate/UserUpdate.tsx
index 13f0ed50e1..ec1daf90c8 100644
--- a/src/components/UserUpdate/UserUpdate.tsx
+++ b/src/components/UserUpdate/UserUpdate.tsx
@@ -199,38 +199,22 @@ const UserUpdate: React.FC
= ({
From 6cb2a46f759fdd4c0d9287166f5ffcf0f769e7ca Mon Sep 17 00:00:00 2001
From: KaleidoScope <121512095+Shubh152@users.noreply.github.com>
Date: Sat, 9 Mar 2024 21:26:47 +0530
Subject: [PATCH 15/16] fix lint error
---
src/components/UserUpdate/UserUpdate.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/UserUpdate/UserUpdate.tsx b/src/components/UserUpdate/UserUpdate.tsx
index ec1daf90c8..33f7a17823 100644
--- a/src/components/UserUpdate/UserUpdate.tsx
+++ b/src/components/UserUpdate/UserUpdate.tsx
@@ -11,7 +11,7 @@ import { useLocation } from 'react-router-dom';
import { languages } from 'utils/languages';
import { toast } from 'react-toastify';
import { errorHandler } from 'utils/errorHandler';
-import { Dropdown, Form } from 'react-bootstrap';
+import { Form } from 'react-bootstrap';
import Loader from 'components/Loader/Loader';
import useLocalStorage from 'utils/useLocalstorage';
From c5e2709fddb4dcee500218fab707b4af42584573 Mon Sep 17 00:00:00 2001
From: KaleidoScope <121512095+Shubh152@users.noreply.github.com>
Date: Sun, 10 Mar 2024 12:38:18 +0530
Subject: [PATCH 16/16] Revert package-lock.json
---
package-lock.json | 103 ++++++++++++++++++++++++++++++++--------------
1 file changed, 72 insertions(+), 31 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index a44bf49de2..a51fdd8271 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -48,7 +48,7 @@
"react-icons": "^4.12.0",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^7.2.5",
- "react-router-dom": "^6.22.2",
+ "react-router-dom": "^6.21.3",
"react-scripts": "5.0.1",
"react-toastify": "^9.0.3",
"redux": "^4.1.1",
@@ -4523,14 +4523,6 @@
"tslib": "^2.4.0"
}
},
- "node_modules/@remix-run/router": {
- "version": "1.15.3",
- "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.15.3.tgz",
- "integrity": "sha512-Oy8rmScVrVxWZVOpEF57ovlnhpZ8CCPlnIIumVcV9nFdiSIrus99+Lw78ekXyGvVDlIsFJbSfmSovJUhCWYV3w==",
- "engines": {
- "node": ">=14.0.0"
- }
- },
"node_modules/@restart/hooks": {
"version": "0.4.10",
"resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.10.tgz",
@@ -12031,11 +12023,16 @@
}
},
"node_modules/history": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/history/-/history-5.3.0.tgz",
- "integrity": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==",
+ "version": "4.10.1",
+ "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz",
+ "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==",
"dependencies": {
- "@babel/runtime": "^7.7.6"
+ "@babel/runtime": "^7.1.2",
+ "loose-envify": "^1.2.0",
+ "resolve-pathname": "^3.0.0",
+ "tiny-invariant": "^1.0.2",
+ "tiny-warning": "^1.0.0",
+ "value-equal": "^1.0.1"
}
},
"node_modules/hoist-non-react-statics": {
@@ -13165,6 +13162,11 @@
"integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==",
"dev": true
},
+ "node_modules/isarray": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
+ "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ=="
+ },
"node_modules/isexe": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
@@ -17459,6 +17461,14 @@
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
},
+ "node_modules/path-to-regexp": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz",
+ "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==",
+ "dependencies": {
+ "isarray": "0.0.1"
+ }
+ },
"node_modules/path-type": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
@@ -19622,35 +19632,46 @@
}
},
"node_modules/react-router": {
- "version": "6.22.3",
- "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.22.3.tgz",
- "integrity": "sha512-dr2eb3Mj5zK2YISHK++foM9w4eBnO23eKnZEDs7c880P6oKbrjz/Svg9+nxqtHQK+oMW4OtjZca0RqPglXxguQ==",
+ "version": "5.3.4",
+ "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.4.tgz",
+ "integrity": "sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==",
"dependencies": {
- "@remix-run/router": "1.15.3"
- },
- "engines": {
- "node": ">=14.0.0"
+ "@babel/runtime": "^7.12.13",
+ "history": "^4.9.0",
+ "hoist-non-react-statics": "^3.1.0",
+ "loose-envify": "^1.3.1",
+ "path-to-regexp": "^1.7.0",
+ "prop-types": "^15.6.2",
+ "react-is": "^16.6.0",
+ "tiny-invariant": "^1.0.2",
+ "tiny-warning": "^1.0.0"
},
"peerDependencies": {
- "react": ">=16.8"
+ "react": ">=15"
}
},
"node_modules/react-router-dom": {
- "version": "6.22.3",
- "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.22.3.tgz",
- "integrity": "sha512-7ZILI7HjcE+p31oQvwbokjk6OA/bnFxrhJ19n82Ex9Ph8fNAq+Hm/7KchpMGlTgWhUxRHMMCut+vEtNpWpowKw==",
+ "version": "5.3.4",
+ "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.4.tgz",
+ "integrity": "sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==",
"dependencies": {
- "@remix-run/router": "1.15.3",
- "react-router": "6.22.3"
- },
- "engines": {
- "node": ">=14.0.0"
+ "@babel/runtime": "^7.12.13",
+ "history": "^4.9.0",
+ "loose-envify": "^1.3.1",
+ "prop-types": "^15.6.2",
+ "react-router": "5.3.4",
+ "tiny-invariant": "^1.0.2",
+ "tiny-warning": "^1.0.0"
},
"peerDependencies": {
- "react": ">=16.8",
- "react-dom": ">=16.8"
+ "react": ">=15"
}
},
+ "node_modules/react-router/node_modules/react-is": {
+ "version": "16.13.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
+ },
"node_modules/react-scripts": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz",
@@ -20430,6 +20451,11 @@
"node": ">=4"
}
},
+ "node_modules/resolve-pathname": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz",
+ "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng=="
+ },
"node_modules/resolve-pkg-maps": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
@@ -22391,6 +22417,16 @@
"resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
"integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw=="
},
+ "node_modules/tiny-invariant": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz",
+ "integrity": "sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw=="
+ },
+ "node_modules/tiny-warning": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
+ "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA=="
+ },
"node_modules/tmp": {
"version": "0.0.33",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
@@ -23161,6 +23197,11 @@
"spdx-expression-parse": "^3.0.0"
}
},
+ "node_modules/value-equal": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz",
+ "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw=="
+ },
"node_modules/vary": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",