Bob AI: add small square button in the left top corner of ...
This commit is contained in:
@@ -150,6 +150,9 @@ 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