diff --git a/client/src/components/Card/FeaturedCard/CategoryCard.js b/client/src/components/Card/FeaturedCard/CategoryCard.js
index bc65cc9b..58ec8bf5 100644
--- a/client/src/components/Card/FeaturedCard/CategoryCard.js
+++ b/client/src/components/Card/FeaturedCard/CategoryCard.js
@@ -5,9 +5,13 @@ import { Button } from '@mui/material';
const CategoryCard = (props) => {
return (
+
+
+
+
{/*
{props.data.name} */}
diff --git a/client/src/components/Card/ItemCard/ItemCard.js b/client/src/components/Card/ItemCard/ItemCard.js
index 00b55f97..1c6bc99d 100644
--- a/client/src/components/Card/ItemCard/ItemCard.js
+++ b/client/src/components/Card/ItemCard/ItemCard.js
@@ -168,9 +168,10 @@ const ItemCard = (props) => {
};
return (
- <>
-
-
+
+
+
+
setIsHovered(true)}
@@ -182,6 +183,8 @@ const ItemCard = (props) => {
})
)}
+
+