change(ui) - alerts icon
This commit is contained in:
parent
b17d4f8a77
commit
54cd542561
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue