From c2ea90a372b9a2dcc0eadb610bf6793275d68312 Mon Sep 17 00:00:00 2001 From: Maciej Ziarkowski Date: Mon, 28 Oct 2019 16:07:22 +0000 Subject: [PATCH] Fix typo in likes legend --- app/src/frontend/map/legend.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/map/legend.tsx b/app/src/frontend/map/legend.tsx index 440e56b3..71150ab4 100644 --- a/app/src/frontend/map/legend.tsx +++ b/app/src/frontend/map/legend.tsx @@ -103,7 +103,7 @@ const LEGEND_CONFIG = { title: 'Like Me', elements: [ { color: '#bd0026', text: '👍👍👍 ≥100' }, - { color: '#e31a1c', text: '👍👍 70–100' }, + { color: '#e31a1c', text: '👍👍 70–99' }, { color: '#fc4e2a', text: '👍 40-69' }, { color: '#fd8d3c', text: '👍 15-39' }, { color: '#feb24c', text: '👍 5-14' },