From 321f2a49e9a6ff333812ca1b5795d7d93297e9d4 Mon Sep 17 00:00:00 2001 From: Abdul Haq <75989562+skabdulhaq@users.noreply.github.com> Date: Mon, 20 Mar 2023 14:45:42 +0530 Subject: [PATCH] style Typo --- components/Merch/productDetails.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Merch/productDetails.module.css b/components/Merch/productDetails.module.css index 4e1fc91..5b3de09 100644 --- a/components/Merch/productDetails.module.css +++ b/components/Merch/productDetails.module.css @@ -18,7 +18,7 @@ font-size: 8rem; font-weight: bold; text-align: left; - textTransform: 'uppercase'; + text-transform: uppercase; } .product_desc {