fix: 🎨
This commit is contained in:
parent
6c63da2a96
commit
83ae874059
5 changed files with 8 additions and 9 deletions
|
|
@ -30,7 +30,7 @@ export default function Username({
|
|||
return (
|
||||
<HoverCard>
|
||||
<HoverCardTrigger asChild>
|
||||
<div className={cn('max-w-fit', className)}>
|
||||
<div className={className}>
|
||||
<SecondaryPageLink
|
||||
to={toProfile(pubkey)}
|
||||
className="truncate hover:underline"
|
||||
|
|
@ -65,7 +65,7 @@ export function SimpleUsername({
|
|||
const { username } = profile
|
||||
|
||||
return (
|
||||
<div className={cn('max-w-fit', className)}>
|
||||
<div className={className}>
|
||||
{showAt && '@'}
|
||||
{username}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue