From d7d7a38a8a2a49b4dba530352413edc9ed4f6b8f Mon Sep 17 00:00:00 2001 From: Jamie Isaksen Date: Fri, 29 Jan 2021 15:26:48 +0100 Subject: [PATCH] Remove duplicate class in the I18nWidget comp (#183) * Fix typo in the Marquee component (#176) Co-authored-by: Hugo Lopes * Remove duplicate class name in the I18nWidget comp This PR removes a duplicate class name in the I18nWidget component. Co-authored-by: Hugo Lopes Co-authored-by: Hugo Lopes --- components/common/I18nWidget/I18nWidget.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/common/I18nWidget/I18nWidget.module.css b/components/common/I18nWidget/I18nWidget.module.css index 07a1aeba7..b216f5706 100644 --- a/components/common/I18nWidget/I18nWidget.module.css +++ b/components/common/I18nWidget/I18nWidget.module.css @@ -29,7 +29,7 @@ } .item { - @apply flex cursor-pointer px-6 py-3 flex transition ease-in-out duration-150 text-primary leading-6 font-medium items-center; + @apply flex cursor-pointer px-6 py-3 transition ease-in-out duration-150 text-primary leading-6 font-medium items-center; text-transform: capitalize; }