chore(app): clean up links, metadata

This commit is contained in:
rektdeckard
2023-02-12 18:03:47 -07:00
parent 345acafb45
commit baeec27267
7 changed files with 7 additions and 16 deletions

View File

@@ -47,7 +47,7 @@ const IconGrid = (_: IconGridProps) => {
return (
<Notice>
<span>Try searching a category or keyword:</span>
<TagCloud name="empty-state" isDark={isDark} tags={defaultSearchTags} />
<TagCloud name="empty-state" tags={defaultSearchTags} />
</Notice>
);