From a133c09eb1fda6bf560740b009509d5bfba8f1d9 Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 17 Feb 2024 21:36:01 +0400 Subject: [PATCH] chore: Add more keywords --- src/generate.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/generate.ts b/src/generate.ts index a37fd58..8ad708a 100644 --- a/src/generate.ts +++ b/src/generate.ts @@ -45,6 +45,9 @@ const categoryList = [ new Keyword('statistic widgets', 2), new Keyword('statistic'), new Keyword('weather ui component', 5), + new Keyword('stat'), + new Keyword('stats'), + new Keyword('data display'), ], }), new Category({ @@ -216,6 +219,7 @@ const categoryList = [ keywords: [ new Keyword('toggle'), new Keyword('toogle'), + new Keyword('swap'), new Keyword('toggle button', 2), ], }),