icons: use "*new*" tag to disambiguate from plus/add-like

This commit is contained in:
rektdeckard
2020-11-15 17:24:09 -05:00
parent 30e777f856
commit 71c6a6927c
2 changed files with 73 additions and 73 deletions

View File

@@ -14,7 +14,7 @@ import TagCloud from "./TagCloud";
import Notice from "../Notice/Notice";
import "./IconGrid.css";
const defaultSearchTags = ["communication", "editor", "emoji", "maps", "weather"];
const defaultSearchTags = ["*new*", "communication", "editor", "emoji", "maps", "weather"];
type IconGridProps = {};