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
@@ -145,7 +145,7 @@ export function AuthForm({ mode }: AuthFormProps) {
|
||||
{mode === 'login' ? (
|
||||
<p>
|
||||
Don't have an account?{' '}
|
||||
<a href="/signup" className="text-primary hover:underline font-medium">
|
||||
<a href="/signup\" className="text-primary hover:underline font-medium">
|
||||
Sign up
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@@ -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