From f93b6d840c6648d26322591a97bf7459747f6e49 Mon Sep 17 00:00:00 2001 From: Manish kumar Date: Sun, 31 Dec 2023 12:59:43 +0530 Subject: [PATCH] Feature.jsx div class name correction done #3 --- src/components/feature/Feature.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/feature/Feature.jsx b/src/components/feature/Feature.jsx index 894afe28f..4f8d4cd37 100644 --- a/src/components/feature/Feature.jsx +++ b/src/components/feature/Feature.jsx @@ -2,7 +2,7 @@ import React from 'react'; import './feature.css'; const Feature = ({ title, text }) => ( -
+

{title}