From 892c588121233645d95715752c3af4ca004c0937 Mon Sep 17 00:00:00 2001 From: AlexMendozaPrado Date: Sun, 5 May 2024 13:18:46 -0600 Subject: [PATCH] cambios --- components/UserProfileButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/UserProfileButton.tsx b/components/UserProfileButton.tsx index 08c90a0..8aa30c3 100644 --- a/components/UserProfileButton.tsx +++ b/components/UserProfileButton.tsx @@ -3,7 +3,7 @@ import Image from "next/image"; interface UserProfileButtonProps { name?: string; photoUrl?: string; - size?: "sm" | "md" | "lg"| "2xs" | "xs"; + size?: "sm" | "md" | "lg" | "2xs" | "xs"; className?: string; color?: string; }