mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-17 21:31:43 +01:00
small fix
This commit is contained in:
parent
5b7222120d
commit
bff5286b94
@ -27,8 +27,6 @@ export default function Header({
|
||||
|
||||
const showExtraButtons = useBreakpointValue({ base: false, sm: true });
|
||||
|
||||
const showFullNip05 = useBreakpointValue({ base: false, md: true });
|
||||
|
||||
return (
|
||||
<Flex direction="column" gap="2" px="2" pt="2">
|
||||
<Flex gap="2" alignItems="center">
|
||||
@ -36,7 +34,7 @@ export default function Header({
|
||||
<Heading size="md" isTruncated>
|
||||
<UserName pubkey={pubkey} />
|
||||
</Heading>
|
||||
<UserDnsIdentity pubkey={pubkey} onlyIcon={showFullNip05} />
|
||||
<UserDnsIdentity pubkey={pubkey} onlyIcon />
|
||||
<Spacer />
|
||||
{isSelf && !account.readonly && (
|
||||
<IconButton
|
||||
|
Loading…
x
Reference in New Issue
Block a user