Updated AuthForm.tsx

This commit is contained in:
Francisco Pessano
2025-06-06 21:16:34 -03:00
committed by GitHub
parent 7349ae477c
commit fe2c8269e4
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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 || '')}