Update style of right section

This commit is contained in:
Ariful Alam
2022-03-20 00:17:15 +06:00
parent b4c81095e8
commit b4d65da1a7
3 changed files with 66 additions and 76 deletions

View File

@@ -47,6 +47,7 @@ const Details = ({ profile, loading }) => {
for (let index = 0; index < 4; index++) {
array.push(
<ListItem
key={index}
skeleton={true}
icon={skeleton({ width: 'w-4', height: 'h-4' })}
title={skeleton({ width: 'w-24', height: 'h-4' })}