chore: archive v1.14.22 milestone

This commit is contained in:
2026-04-23 16:26:27 +03:00
29 changed files with 494 additions and 664 deletions

View File

@@ -55,7 +55,7 @@ export default function InventoryTable({
return (
<div className="py-2 lg:py-3 xl:py-40 text-center text-secondary">
<Package size={48} className="mx-auto mb-4 opacity-10" />
<p className="font-medium">No results found</p>
<p className="font-normal">No results found</p>
</div>
);
}