diff --git a/src/components/details/index.jsx b/src/components/details/index.jsx index 4f4c6b5..a2e808f 100644 --- a/src/components/details/index.jsx +++ b/src/components/details/index.jsx @@ -18,7 +18,12 @@ import config from '../../ezprofile.config'; const ListItem = ({ icon, title, value, link, skeleton = false }) => { return ( -
+ {icon}
{title}
{ skeleton ? 'flex-grow' : '' } text-sm font-normal text-right mr-2 ml-3 ${link ? 'truncate' : ''}`} > - {value} - +
- + ); };