fix: default category

This commit is contained in:
jialin
2025-01-03 20:51:22 +08:00
parent 2a4ebcaf9c
commit 1d66becff5
4 changed files with 5 additions and 4 deletions
@@ -82,7 +82,7 @@ const CatalogItem: React.FC<CatalogItemProps> = (props) => {
{_.map(data.licenses, (license: string, index: number) => {
return (
<span key={license} className="flex-center m-r-16">
<IconFont type="icon-justice" className="m-r-5"></IconFont>
<IconFont type="icon-justice1" className="m-r-5"></IconFont>
<span>{license}</span>
</span>
);