Skip to content

Commit

Permalink
Merge pull request #457 from Ansh101112/notification
Browse files Browse the repository at this point in the history
Announcements fixed
  • Loading branch information
usha-madithati authored Jul 21, 2024
2 parents 6f4aa46 + 9a89a51 commit 58a0045
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Dashboards/AdminD.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ const AdminD = () => {
<ul>
{announcements.map((announcement) => (
<li key={announcement.id} className="py-2 border-b">
{announcement.title}
{announcement.message}
<strong>{announcement.title}</strong>: {announcement.message}
</li>
))}
</ul>
Expand Down

0 comments on commit 58a0045

Please sign in to comment.