Issue #59 fixes

This commit is contained in:
adilallo
2026-05-25 22:05:00 -06:00
parent bd536a407f
commit 6b45a2e5d0
39 changed files with 167 additions and 124 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ const WorkerCoopIcon = () => (
export const Default = {
args: {
icon: <WorkerCoopIcon />,
title: "Worker's cooperatives",
title: "Worker cooperatives",
description:
"Employee-owned businesses often need to clarify how power is shared, decisions are made, and how processes operate within their organizations.",
},
@@ -64,7 +64,7 @@ export const WithLongTitle = {
export const WithShortDescription = {
args: {
icon: <WorkerCoopIcon />,
title: "Worker's cooperatives",
title: "Worker cooperatives",
description: "Short description",
},
};