diff --git a/00-backend/datasource/database.sqlite b/00-backend/datasource/database.sqlite index 67f011f..e87b521 100644 Binary files a/00-backend/datasource/database.sqlite and b/00-backend/datasource/database.sqlite differ diff --git a/01-frontend/public/locales/en/translation.json b/01-frontend/public/locales/en/translation.json index 127eee2..65a0cbd 100644 --- a/01-frontend/public/locales/en/translation.json +++ b/01-frontend/public/locales/en/translation.json @@ -69,7 +69,7 @@ "previousOrder": "Previous order", "price": "Price", "pricePerItem": "Price per item", - "productDoesNotExist": "It seems you are locking for a product that doesn't exist or has been removed.", + "productDoesNotExist": "It seems you are looking for a product that doesn't exist or has been removed.", "productNotFound": "Product not found!", "quantity": "Quantity", "rateThisProduct": "Rate this product", diff --git a/01-frontend/src/helper/adminpanel/OrdersInfo.tsx b/01-frontend/src/helper/adminpanel/OrdersInfo.tsx index 7ea79da..bf95f06 100644 --- a/01-frontend/src/helper/adminpanel/OrdersInfo.tsx +++ b/01-frontend/src/helper/adminpanel/OrdersInfo.tsx @@ -79,7 +79,7 @@ const Column: React.FC +
{t(status)} diff --git a/01-frontend/src/helper/productpage/RatingCard.tsx b/01-frontend/src/helper/productpage/RatingCard.tsx index 99a5207..516b1f9 100644 --- a/01-frontend/src/helper/productpage/RatingCard.tsx +++ b/01-frontend/src/helper/productpage/RatingCard.tsx @@ -23,6 +23,7 @@ export default function RatingCard(ratingType: RatingType) { sx={{ backgroundColor: theme.palette.background.paper, color: theme.palette.text.primary, + mb: 3 }} > @@ -63,8 +64,10 @@ export default function Product() { sx={{ backgroundColor: theme.palette.background.default, color: theme.palette.text.primary, - minHeight: '100vh', - py: 4, + height: '100vh', + overflow: 'auto', + pt: 4, + pb: 10, }} >