This commit is contained in:
2025-09-16 14:24:25 +02:00
parent 13ecc4d2ec
commit 273cb24a47
10 changed files with 55 additions and 105 deletions

View File

@@ -93,7 +93,7 @@ function Review({
{...props}
>
<blockquote className="text-white">
{React.createElement(getReviewIcon(title), { className: "h-6 w-6 text-[#2F3178] mb-2" })}
{React.createElement(getReviewIcon(title), { className: "h-6 w-6 text-white mb-2" })}
<CT color="light" className="mt-4 text-lg/6 font-semibold">
{title}
</CT>