mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-21 02:07:23 +02:00
✨ New Login Page (#1504)
This commit is contained in:
parent
655f38203a
commit
f5ab25ed1f
67 changed files with 1669 additions and 713 deletions
|
@ -25,7 +25,7 @@ export const UserAvatar = ({
|
|||
"size-5 text-[10px]": size === "xs",
|
||||
"size-6 text-sm": size === "sm",
|
||||
"size-8 text-base": size === "md",
|
||||
"size-10 text-lg": size === "lg",
|
||||
"size-12 text-lg": size === "lg",
|
||||
},
|
||||
!name
|
||||
? "bg-gray-200"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue