Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14,921 changes: 0 additions & 14,921 deletions package-lock.json

This file was deleted.

757 changes: 1 addition & 756 deletions public/assets/roles_images/career-growth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
261 changes: 1 addition & 260 deletions public/assets/roles_images/certifications.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,335 changes: 1 addition & 2,334 deletions public/assets/roles_images/collaboration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,353 changes: 1 addition & 1,352 deletions public/assets/roles_images/knowledgesharing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,279 changes: 1 addition & 1,278 deletions public/assets/roles_images/learning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
438 changes: 1 addition & 437 deletions public/assets/roles_images/mentorship.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
480 changes: 1 addition & 479 deletions public/assets/roles_images/networking.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,139 changes: 1 addition & 1,138 deletions public/assets/roles_images/skill-development.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
352 changes: 1 addition & 351 deletions src/modules/Common/Authentication/assets/interests/creative.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
202 changes: 1 addition & 201 deletions src/modules/Common/Authentication/assets/interests/makers.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
343 changes: 1 addition & 342 deletions src/modules/Common/Authentication/assets/interests/management.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
223 changes: 1 addition & 222 deletions src/modules/Common/Authentication/assets/interests/others.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
161 changes: 1 addition & 160 deletions src/modules/Common/Authentication/assets/interests/software.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/modules/Dashboard/modules/Events/Events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const Events = () => {
<MuModal
isOpen={isModalOpen}
onClose={() => setIsModalOpen(false)}
title={isEditMode ? "Edit Task" : "Create Task"}
title={isEditMode ? "Edit Event" : "Create Event"}
type={"success"}
onDone={() => TaskRef.current?.handleSubmitExternally()}
>
Expand Down
Loading