use markdown
This commit is contained in:
@@ -71,7 +71,7 @@ export function User({
|
||||
>
|
||||
<h5
|
||||
className={`truncate font-semibold leading-none text-zinc-100 ${
|
||||
size === 'small' ? 'max-w-[8rem]' : 'max-w-[18rem]'
|
||||
size === 'small' ? 'max-w-[10rem]' : 'max-w-[18rem]'
|
||||
}`}
|
||||
>
|
||||
{user?.nip05?.toLowerCase() ||
|
||||
|
||||
Reference in New Issue
Block a user