@codesinger0/shared-components 1.1.18 → 1.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -99,7 +99,7 @@ const LargeItemCard = ({
|
|
|
99
99
|
{icons.length > 0 && (
|
|
100
100
|
<div className="flex flex-wrap justify-center lg:justify-start gap-10 mt-6">
|
|
101
101
|
{icons.map((icon, index) => (
|
|
102
|
-
<div key={index} className=
|
|
102
|
+
<div key={index} className="content-text flex flex-col items-center justify-center rounded-lg shadow-sm pb-10">
|
|
103
103
|
{icon}
|
|
104
104
|
</div>
|
|
105
105
|
))}
|