@@ -102,7 +91,7 @@ const CarouselCommon =
({
{dotArr.map((index) => {
return (
-
+
)
})}
diff --git a/src/components/modules/home/HomeFeature/HomeFeature.module.scss b/src/components/modules/home/HomeFeature/HomeFeature.module.scss
index 451dc39c5..15ad6b9dc 100644
--- a/src/components/modules/home/HomeFeature/HomeFeature.module.scss
+++ b/src/components/modules/home/HomeFeature/HomeFeature.module.scss
@@ -1,4 +1,4 @@
-@import '../../../../../../styles/utilities';
+@import "../../../../styles/utilities";
.homeFeature {
@apply spacing-horizontal-left grid grid-cols-1;