Bob AI: change icon in features to Star
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user