mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-26 04:17:14 +00:00
Add class font-mono in bio
This commit is contained in:
@@ -41,7 +41,7 @@ const AvatarCard = ({ profile, loading }) => {
|
|||||||
<span className="opacity-70">{profile.name}</span>
|
<span className="opacity-70">{profile.name}</span>
|
||||||
)}
|
)}
|
||||||
</h5>
|
</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
|
{loading || !profile
|
||||||
? skeleton({ width: 'w-48', height: 'h-5' })
|
? skeleton({ width: 'w-48', height: 'h-5' })
|
||||||
: profile.bio}
|
: profile.bio}
|
||||||
|
|||||||
Reference in New Issue
Block a user