Skip to content

Commit

Permalink
Replaced with user-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
AnveshNalimela committed Dec 11, 2024
1 parent 46e2883 commit 237a4a5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/Notifications/NoticeBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@ export const NoticeBoard = () => {
className="text-justify text-lg flex mx-2 py-3 px-3"
id="notification-message"
>
<CareIcon icon="l-envelope" className="text-xl mr-2 mt-1" />
<CareIcon
icon="l-facebook-messenger"
className="text-xl mr-2 mt-1"
/>
<span className="font-mono text-md">{item.message} </span>
</div>

<div className="bg-gray-200 py-2">
<div className="text-md my-1 text-secondary-700 mx-2 px-3">
<CareIcon icon="l-facebook-messenger" className="mr-2" />
<CareIcon icon="l-user" className="mr-2" />
{formatName(item.caused_by)} -{" "}
<span className="font-bold text-primary-700">
{item.caused_by.user_type}
Expand Down

0 comments on commit 237a4a5

Please sign in to comment.