Add class font-mono in bio

This commit is contained in:
Ariful Alam 2022-03-20 00:18:55 +06:00
parent 32c663fd55
commit ab093235e3

View File

@ -41,7 +41,7 @@ const AvatarCard = ({ profile, loading }) => {
<span className="opacity-70">{profile.name}</span>
)}
</h5>
<div className="mt-3 text-base-content text-opacity-60">
<div className="mt-3 text-base-content text-opacity-60 font-mono">
{loading || !profile
? skeleton({ width: 'w-48', height: 'h-5' })
: profile.bio}