From 1a87e391b2d90c904b6d54a1b9dc0248219b8e79 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sat, 19 Mar 2022 16:38:22 +0600 Subject: [PATCH] Add padding to list item's wrapper --- src/components/details/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/details/index.jsx b/src/components/details/index.jsx index db303eb..efeffd7 100644 --- a/src/components/details/index.jsx +++ b/src/components/details/index.jsx @@ -17,7 +17,7 @@ import config from '../../ezprofile.config'; const ListItem = ({ icon, title, value, link }) => { return ( -
+
{icon}
{title}