fix
This commit is contained in:
@@ -150,9 +150,6 @@ const TestimonialCardOne = ({
|
|||||||
textBoxButtonTextClassName = "",
|
textBoxButtonTextClassName = "",
|
||||||
}: TestimonialCardOneProps) => {
|
}: TestimonialCardOneProps) => {
|
||||||
return (
|
return (
|
||||||
<div className="absolute top-0 left-0">
|
|
||||||
<button className="bg-green-500 text-white px-4 py-2 rounded-lg">Success</button>
|
|
||||||
</div>
|
|
||||||
<CardStack
|
<CardStack
|
||||||
mode={carouselMode}
|
mode={carouselMode}
|
||||||
gridVariant={gridVariant}
|
gridVariant={gridVariant}
|
||||||
|
|||||||
Reference in New Issue
Block a user