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' ? (
|
{mode === 'login' ? (
|
||||||
<p>
|
<p>
|
||||||
Don't have an account?{' '}
|
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
|
Sign up
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ export function Navbar() {
|
|||||||
{user ? (
|
{user ? (
|
||||||
<DropdownMenu>
|
<DropdownMenu>
|
||||||
<DropdownMenuTrigger asChild>
|
<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">
|
<Avatar className="h-8 w-8">
|
||||||
<AvatarFallback className="text-xs">
|
<AvatarFallback className="text-xs">
|
||||||
{getInitials(user.email || '')}
|
{getInitials(user.email || '')}
|
||||||
|
|||||||
Reference in New Issue
Block a user