diff --git a/webapp/src/components/products/MainProducts.tsx b/webapp/src/components/products/MainProducts.tsx index bb2fbe4..3a7e425 100644 --- a/webapp/src/components/products/MainProducts.tsx +++ b/webapp/src/components/products/MainProducts.tsx @@ -236,7 +236,7 @@ function MainProducts(props: MainProductsProps): JSX.Element {

- { filterColor("orange") }}> + { filterColor("orange") }}> @@ -245,7 +245,7 @@ function MainProducts(props: MainProductsProps): JSX.Element {

- { filterColor("red") }}> + { filterColor("red") }}> @@ -254,7 +254,7 @@ function MainProducts(props: MainProductsProps): JSX.Element {

- { filterColor("gray") }}> + { filterColor("gray") }}> @@ -263,7 +263,7 @@ function MainProducts(props: MainProductsProps): JSX.Element {

- { filterColor("green") }}> + { filterColor("green") }}> @@ -272,7 +272,7 @@ function MainProducts(props: MainProductsProps): JSX.Element {

- { filterColor("blue") }}> + { filterColor("blue") }}> @@ -281,7 +281,7 @@ function MainProducts(props: MainProductsProps): JSX.Element {

- { filterColor("white") }}> + { filterColor("white") }}> @@ -290,7 +290,7 @@ function MainProducts(props: MainProductsProps): JSX.Element {

- { filterColor("black") }}> + { filterColor("black") }}> @@ -306,14 +306,15 @@ function MainProducts(props: MainProductsProps): JSX.Element {