Merge version_2 into main #2

Open
development wants to merge 2 commits from version_2 into main
Showing only changes of commit da8ace3898 - Show all commits

View File

@@ -161,6 +161,7 @@ const FeatureCardOne = ({
{feature.button && (
<Button {...getButtonProps(feature.button, 0, theme.defaultButtonVariant, cls("w-full", cardButtonClassName), cardButtonTextClassName)} />
)}
<button className="mt-4 bg-primary text-background px-4 py-2 rounded-lg">Click Me</button> {/* Inserted button element */}
</div>
))}
</CardStack>