Skip to content

Commit

Permalink
cambios
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMendozaPrado committed May 5, 2024
1 parent 56969c7 commit 03ca853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/UserProfileButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from "next/image";
interface UserProfileButtonProps {
name?: string;
photoUrl?: string;
size?: "sm" | "md" | "lg";
size?: "sm" | "md" | "lg"| "2xs" | "xs";
className?: string;
color?: string;
}
Expand Down

0 comments on commit 03ca853

Please sign in to comment.