Fix icon card component and tests to pass

This commit is contained in:
adilallo
2026-02-02 14:55:49 -07:00
parent e227e0c658
commit 4ab37afaf3
4 changed files with 9 additions and 8 deletions
+3 -1
View File
@@ -436,7 +436,9 @@ export default function ComponentsPreview() {
}
title="Worker's cooperatives"
description="Employee-owned businesses often need to clarify how power is shared, decisions are made, and how processes operate within their organizations."
onClick={() => console.log("IconCard clicked")}
onClick={() => {
// IconCard clicked handler
}}
/>
</div>
</div>