From ab093235e399038e434857ada6c6becb57574912 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sun, 20 Mar 2022 00:18:55 +0600 Subject: [PATCH] Add class `font-mono` in bio --- src/components/avatar-card/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/avatar-card/index.jsx b/src/components/avatar-card/index.jsx index f09e970..65c0093 100644 --- a/src/components/avatar-card/index.jsx +++ b/src/components/avatar-card/index.jsx @@ -41,7 +41,7 @@ const AvatarCard = ({ profile, loading }) => { {profile.name} )} -
+
{loading || !profile ? skeleton({ width: 'w-48', height: 'h-5' }) : profile.bio}