mirror of
https://github.com/FranP-code/inbox-negotiator.git
synced 2025-10-13 00:42:26 +00:00
Updated AuthForm.tsx
This commit is contained in:
committed by
GitHub
parent
7349ae477c
commit
fe2c8269e4
@@ -53,7 +53,7 @@ export function Navbar() {
|
||||
{user ? (
|
||||
<DropdownMenu>
|
||||
<DropdownMenuTrigger asChild>
|
||||
<Button variant="ghost" className="relative h-8 w-8 rounded-full">
|
||||
<Button variant="ghost\" className="relative h-8 w-8 rounded-full">
|
||||
<Avatar className="h-8 w-8">
|
||||
<AvatarFallback className="text-xs">
|
||||
{getInitials(user.email || '')}
|
||||
|
||||
Reference in New Issue
Block a user