content updated (#5027)

This commit is contained in:
Joseph PS
2025-07-09 16:15:49 +05:30
committed by GitHub
parent fbc77fc725
commit f24b28b090

View File

@@ -199,7 +199,7 @@ const Notifications = () => {
</div>
</div>
) : (
<div className="opacity-50 italic text-xs p-12 flex justify-center">No Notifications</div>
<div className="opacity-50 italic text-xs p-12 flex justify-center">You are all caught up!</div>
)}
</div>
</Modal>