change(ui) - alerts icon

This commit is contained in:
Shekar Siri 2022-08-24 17:27:37 +02:00
parent b17d4f8a77
commit 54cd542561

View file

@ -35,7 +35,7 @@ function AlertsList({ fetchList, list: alertsList, alertsSearch, siteId, init, f
show={lenth === 0}
title={
<div className="flex flex-col items-center justify-center">
<AnimatedSVG name={ICONS.NO_ANNOUNCEMENTS} size={80} />
<AnimatedSVG name={ICONS.NO_ALERTS} size={80} />
<div className="text-center text-gray-600 my-4">
{alertsSearch !== '' ? 'No matching results' : "You haven't created any alerts yet"}
</div>