Skip to content

Commit

Permalink
monitored area
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Jan 18, 2024
1 parent b966e42 commit 9b68234
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/containers/datasets/alerts/widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,13 @@ const AlertsWidget = () => {
There are <span className="font-bold"> 535</span> areas monitored in the world.
</p>
<div className="flex space-x-2">
<div className="text-brand-900 h-4 w-4 border-2 border-brand-800" />
<div className="flex">
<div className="flex flex-col">
<div className="text-brand-900 h-2 w-2 border-2 border-brand-800" />
<div className="text-brand-900 h-2 w-2 border-2 border-brand-800" />
</div>
<div className="text-brand-900 h-2 w-2 border-2 border-brand-800" />
</div>
<p className="text-sm font-normal">Monitored area</p>
</div>
</div>
Expand Down

0 comments on commit 9b68234

Please sign in to comment.