Auto-commit: make text in social proof section red
This commit is contained in:
@@ -142,7 +142,7 @@ const TestimonialCardTen = ({
|
|||||||
<div className="flex flex-col gap-3">
|
<div className="flex flex-col gap-3">
|
||||||
<h3 className={cls(
|
<h3 className={cls(
|
||||||
"text-2xl md:text-3xl font-medium leading-tight",
|
"text-2xl md:text-3xl font-medium leading-tight",
|
||||||
shouldUseLightText ? "text-background" : "text-foreground",
|
shouldUseLightText ? "text-background" : "text-red-500",
|
||||||
testimonialTitleClassName
|
testimonialTitleClassName
|
||||||
)}>
|
)}>
|
||||||
{activeTestimonial.title}
|
{activeTestimonial.title}
|
||||||
|
|||||||
Reference in New Issue
Block a user