diff --git a/src/components/Icons/StarIcon.tsx b/src/components/Icons/StarIcon.tsx index 097feb1..3fe9fe7 100644 --- a/src/components/Icons/StarIcon.tsx +++ b/src/components/Icons/StarIcon.tsx @@ -6,16 +6,17 @@ interface StarIconType { const StarIcon = ({ className, onClick }: StarIconType) => { return ( + { return ( { return ( { return ( state.theme); const pathColor = themeName === "dark" ? "white" : "#000044"; return ( -
- - - +
+ {hasLoyalty && } + + + + +
); } diff --git a/src/pages/cart/components/youMayLike/YouMayAlsoLike.module.css b/src/pages/cart/components/youMayLike/YouMayAlsoLike.module.css index 5163e78..a0be90f 100644 --- a/src/pages/cart/components/youMayLike/YouMayAlsoLike.module.css +++ b/src/pages/cart/components/youMayLike/YouMayAlsoLike.module.css @@ -105,11 +105,6 @@ outline-offset: 2px; } -.itemDescriptionIcons svg { - width: 18px; - height: 18px; -} - .arrowButton { display: flex; align-items: center; diff --git a/src/pages/menu/components/MenuList/ProductCard.tsx b/src/pages/menu/components/MenuList/ProductCard.tsx index 674959c..22eb370 100644 --- a/src/pages/menu/components/MenuList/ProductCard.tsx +++ b/src/pages/menu/components/MenuList/ProductCard.tsx @@ -84,7 +84,6 @@ export default function ProductCard({ item }: Props) { gap: "0.5rem", }} > - - +