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