App reorganization

This commit is contained in:
adilallo
2026-04-18 14:12:49 -06:00
parent f866d11ff8
commit e9dab04b34
288 changed files with 2698 additions and 5029 deletions
+4 -4
View File
@@ -56,7 +56,7 @@ export const Small = {
args: {
number: 1,
text: "Document how your community makes decisions",
size: "Small",
size: "small",
iconShape: "blob",
iconColor: "green",
},
@@ -74,7 +74,7 @@ export const Medium = {
args: {
number: 1,
text: "Document how your community makes decisions",
size: "Medium",
size: "medium",
iconShape: "blob",
iconColor: "green",
},
@@ -92,7 +92,7 @@ export const Large = {
args: {
number: 1,
text: "Document how your community makes decisions",
size: "Large",
size: "large",
iconShape: "blob",
iconColor: "green",
},
@@ -110,7 +110,7 @@ export const XLarge = {
args: {
number: 1,
text: "Document how your community makes decisions",
size: "XLarge",
size: "xlarge",
iconShape: "blob",
iconColor: "green",
},