Bob AI: change icon in features to Star

This commit is contained in:
2026-01-31 15:56:19 +02:00
parent 4cdc6cbceb
commit d65a201872

View File

@@ -9,6 +9,7 @@ import { useTheme } from "@/providers/themeProvider/ThemeProvider";
import type { LucideIcon } from "lucide-react";
import type { ButtonConfig, CardAnimationType, TitleSegment } from "@/components/cardStack/types";
import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants";
import { Star } from "lucide-react";
type FeatureItem = {
id: string;
@@ -156,6 +157,9 @@ const FeatureCardTwentyTwo = ({
))}
</div>
</div>
<div className="absolute top-4 right-4">
<Star className="w-6 h-6 text-accent" />
</div>
</article>
))}
</div>