-
Notifications
You must be signed in to change notification settings - Fork 549
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Illustration when no notices available + Replaced Material UI co…
…mponents in NoticeBoard page (#5552) * Date picker not closing on selecting date fixed * No Notice Component added * Notice board Empty componenet * Notice board empty component with tailwind css * Changes made regarding styling in NoticeBoard.tsx * Direct path of img given in NoticeBoard.tsx * minor fix: consistent design * button classes removed * Closed change of Material UI components in Notice Board * added key prop * fixed page issue * removed Notificationsbell.png * merged NoticeBoard changes * NoticeBoard full page * Update src/Components/Notifications/NoticeBoard.tsx * Update src/Components/Notifications/NoticeBoard.tsx * Update src/Components/Notifications/NoticeBoard.tsx * Bell Slash Icon added --------- Co-authored-by: Rithvik Nishad <[email protected]> Co-authored-by: Mohammed Nihal <[email protected]> Co-authored-by: Khavin Shankar <[email protected]>
- Loading branch information
1 parent
4216382
commit 9c101cd
Showing
3 changed files
with
30 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -209,4 +209,4 @@ | |
"engines": { | ||
"node": "18.x" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -207,4 +207,4 @@ let make = ( | |
</div> | ||
</div> | ||
</div> | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters