feat(ui): add callouts for new and updated icons

This commit is contained in:
rektdeckard
2021-11-26 22:03:01 -05:00
parent f256109ba4
commit cdcf38466e
6 changed files with 37 additions and 6 deletions

View File

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