From 7cd56263a951700e970eb924b311484c542fab53 Mon Sep 17 00:00:00 2001 From: Zaydek MG Date: Sat, 6 Nov 2021 19:34:39 -0700 Subject: [PATCH] Update tags.json Fix for a name inconsistency. `react-feather` refers to LifeBuoy whereas in this file associated tags are `life-bouy` not `life-buoy`. --- src/tags.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tags.json b/src/tags.json index 60196724..ed5c4e9e 100644 --- a/src/tags.json +++ b/src/tags.json @@ -104,7 +104,7 @@ "key": ["password", "login", "authentication", "secure"], "layers": ["stack"], "layout": ["window", "webpage"], - "life-bouy": ["help", "life ring", "support"], + "life-buoy": ["help", "life ring", "support"], "link": ["chain", "url"], "link-2": ["chain", "url"], "linkedin": ["logo", "social media"],